Skip to content

Commit 842f651

Browse files
committed
fix PHPUnit 7 compat
1 parent d2f2b6b commit 842f651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Specify/SpecifyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function count()
6363
*
6464
* @return TestResult
6565
*/
66-
public function run(TestResult $result = null) : PHPUnit\Framework\TestResult
66+
public function run(TestResult $result = null) : \PHPUnit\Framework\TestResult
6767
{
6868
try {
6969
call_user_func_array($this->test, $this->example);

0 commit comments

Comments
 (0)