Skip to content

Commit

Permalink
[TASK] code style optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
higidi committed May 5, 2015
1 parent 503991e commit e578bc4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion tests/src/T3ExtCli/Test/Command/ConfigCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

namespace T3ExtCli\Test\Command;

class ConfigCommandTest extends \PHPUnit_Framework_TestCase {
class ConfigCommandTest extends \PHPUnit_Framework_TestCase
{

public function testNotImplementedYet()
{
Expand Down
3 changes: 2 additions & 1 deletion tests/src/T3ExtCli/Test/Command/Ter/DownloadCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

namespace T3ExtCli\Test\Command\Ter;

class DownloadCommandTest extends \PHPUnit_Framework_TestCase {
class DownloadCommandTest extends \PHPUnit_Framework_TestCase
{

public function testNotImplementedYet()
{
Expand Down
3 changes: 2 additions & 1 deletion tests/src/T3ExtCli/Test/Command/Ter/ListCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

namespace T3ExtCli\Test\Command\Ter;

class ListCommandTest extends \PHPUnit_Framework_TestCase {
class ListCommandTest extends \PHPUnit_Framework_TestCase
{

public function testNotImplementedYet()
{
Expand Down
3 changes: 2 additions & 1 deletion tests/src/T3ExtCli/Test/Command/Ter/ShowCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

namespace T3ExtCli\Test\Command\Ter;

class ShowCommandTest extends \PHPUnit_Framework_TestCase {
class ShowCommandTest extends \PHPUnit_Framework_TestCase
{

public function testNotImplementedYet()
{
Expand Down
3 changes: 2 additions & 1 deletion tests/src/T3ExtCli/Test/Command/Ter/UploadCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

namespace T3ExtCli\Test\Command\Ter;

class UploadCommandTest extends \PHPUnit_Framework_TestCase {
class UploadCommandTest extends \PHPUnit_Framework_TestCase
{

public function testNotImplementedYet()
{
Expand Down

0 comments on commit e578bc4

Please sign in to comment.