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 bf7b985 commit 9652cecCopy full SHA for 9652cec
RoboFile.php
@@ -27,8 +27,8 @@ public function changed($description)
27
}
28
29
protected $docs = [
30
- 'docs/GlobalConfig.md' => \Codeception\Specify\Config::class,
31
- 'docs/LocalConfig.md' => \Codeception\Specify\ConfigBuilder::class,
+ 'docs/GlobalConfig.md' => '\Codeception\Specify\Config',
+ 'docs/LocalConfig.md' => '\Codeception\Specify\ConfigBuilder',
32
];
33
34
public function docs()
@@ -48,4 +48,4 @@ public function test()
48
$res = $this->taskPHPUnit()->run();
49
if (!$res) exit;
50
51
-}
+}
0 commit comments