Skip to content

Commit 4349211

Browse files
committed
Fix for new PHPUnit.
1 parent d95c5d5 commit 4349211

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
vendor
22
composer.lock
3+
.phpunit.result.cache

tests/ConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ConfigTest extends TestCase
2222
*/
2323
protected $mockEnvironmentDeploy = [];
2424

25-
public function setUp()
25+
public function setUp(): void
2626
{
2727
$env = $this->loadJsonFile('ENV');
2828

0 commit comments

Comments
 (0)