Skip to content

Commit 3f5a75d

Browse files
setUp to match phpunit 8 setUp method
1 parent d439b94 commit 3f5a75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tester/CommandTestCase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ abstract class CommandTestCase extends TestCase {
1616
protected $stdout;
1717
protected $stderr;
1818

19-
public function setUp()
19+
public function setUp(): void
2020
{
2121
$adapter = new Memory;
2222
$adapter->mkdir('.', 0777, true);

0 commit comments

Comments
 (0)