Skip to content

Commit 605d64b

Browse files
committed
up
1 parent 7e76150 commit 605d64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/boot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
$file = null;
1212

1313
if (0 === strpos($class,'Inhere\Console\Examples\\')) {
14-
$path = str_replace('\\', '/', substr($class, strlen('Inhere\Console\examples\\')));
14+
$path = str_replace('\\', '/', substr($class, strlen('Inhere\Console\Examples\\')));
1515
$file = dirname(__DIR__) . "/examples/{$path}.php";
1616

1717
} elseif (0 === strpos($class,'Inhere\Console\Tests\\')) {

0 commit comments

Comments
 (0)