Skip to content

Commit ebf758d

Browse files
committed
Fix TestCase.php for phpunit.
1 parent f46903c commit ebf758d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class TestCase extends \PHPUnit\Framework\TestCase
4242
/**
4343
* {@inheritdoc}
4444
*/
45-
public function setUp()
45+
public function setUp() : void
4646
{
4747
parent::setUp();
4848

0 commit comments

Comments
 (0)