We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f2b6b commit 842f651Copy full SHA for 842f651
src/Codeception/Specify/SpecifyTest.php
@@ -63,7 +63,7 @@ public function count()
63
*
64
* @return TestResult
65
*/
66
- public function run(TestResult $result = null) : PHPUnit\Framework\TestResult
+ public function run(TestResult $result = null) : \PHPUnit\Framework\TestResult
67
{
68
try {
69
call_user_func_array($this->test, $this->example);
0 commit comments