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 7abd325 commit b9069beCopy full SHA for b9069be
src/Console/RunTestInput.php
@@ -35,7 +35,7 @@ public function __construct(InputDefinition $definition = null)
35
exit;
36
}
37
38
- // Cut of the absolute part for Codeception.
+ // Cut off the absolute part for Codeception.
39
$parameters[] = substr($filename, strlen($cwd));
40
41
0 commit comments