Skip to content

Commit

Permalink
fix PHPUnit 7 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Mar 12, 2018
1 parent d2f2b6b commit 842f651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codeception/Specify/SpecifyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function count()
*
* @return TestResult
*/
public function run(TestResult $result = null) : PHPUnit\Framework\TestResult
public function run(TestResult $result = null) : \PHPUnit\Framework\TestResult
{
try {
call_user_func_array($this->test, $this->example);
Expand Down

0 comments on commit 842f651

Please sign in to comment.