Skip to content

Commit a51d1b4

Browse files
committed
Updated dependencies and phpunit version.
1 parent 3dd0473 commit a51d1b4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ composer.lock
55
.DS_Store
66
Thumbs.db
77
/phpunit.xml
8-
/build
8+
/build
9+
*.cache

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"require-dev": {
1818
"mockery/mockery": "~1.0",
19-
"phpunit/phpunit": "~7.5"
19+
"phpunit/phpunit": "~7.5|~8.5"
2020
},
2121
"autoload": {
2222
"psr-4": {

tests/AbstactTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
abstract class AbstractTestCase extends TestCase
99
{
10-
protected function tearDown()
10+
protected function tearDown(): void
1111
{
1212
Mockery::close();
1313

0 commit comments

Comments
 (0)