Skip to content

Commit

Permalink
Tidier syntax for stub classes
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-xo committed Feb 7, 2021
1 parent 3e373d1 commit 9b1931e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions test/GetterSetterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

use PHPUnit\Framework\TestCase;

class MyGetterSetter extends GetterSetter
{

}
class MyGetterSetter extends GetterSetter { }

final class GetterSetterTest extends TestCase
{
Expand Down
5 changes: 1 addition & 4 deletions test/PodcastTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

use PHPUnit\Framework\TestCase;

class MyPodcast extends Podcast
{

}
class MyPodcast extends Podcast { }

/**
* @runInSeparateProcess
Expand Down

0 comments on commit 9b1931e

Please sign in to comment.