Skip to content

Commit

Permalink
support for PHPUnit 8
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed May 22, 2019
1 parent a9aa60a commit 6246c75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
vendor/
composer.lock
.phpunit.result.cache
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"illuminate/config": "~5.6",
"illuminate/container": "~5.6",
"illuminate/support": "~5.6",
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^7.0|^8.0",
"psr/log": "^1.0"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion tests/FakeLogTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class LogFakeTest extends TestCase
{
protected $message = 'Oh Hai Mark!';

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

Expand Down

0 comments on commit 6246c75

Please sign in to comment.