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 7e76150 commit 605d64bCopy full SHA for 605d64b
tests/boot.php
@@ -11,7 +11,7 @@
11
$file = null;
12
13
if (0 === strpos($class,'Inhere\Console\Examples\\')) {
14
- $path = str_replace('\\', '/', substr($class, strlen('Inhere\Console\examples\\')));
+ $path = str_replace('\\', '/', substr($class, strlen('Inhere\Console\Examples\\')));
15
$file = dirname(__DIR__) . "/examples/{$path}.php";
16
17
} elseif (0 === strpos($class,'Inhere\Console\Tests\\')) {
0 commit comments