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.
2 parents d45db2c + 9652cec commit a4a9337Copy full SHA for a4a9337
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