Skip to content

Commit

Permalink
Merge pull request #24 from open-source-contributions/improve_phpunit…
Browse files Browse the repository at this point in the history
…_fixtures

Improve PHPUnit fixture and ignore cached result
  • Loading branch information
freekmurze authored Dec 22, 2020
2 parents 784b59f + 00ea437 commit 4942bd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ build
composer.lock
docs
vendor
.phpunit.result.cache
2 changes: 1 addition & 1 deletion tests/MacroableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class MacroableTest extends TestCase
{
protected $macroableClass;

public function setUp(): void
protected function setUp(): void
{
parent::setUp();

Expand Down

0 comments on commit 4942bd8

Please sign in to comment.