Created autoload.php in test
This commit is contained in:
parent
dd3c659fe1
commit
99bdd933cd
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
|||
}
|
||||
|
||||
// Detect if the folder exists or not
|
||||
if(!file_exists($path) || !is_dir($path))
|
||||
if(!is_dir($path))
|
||||
{
|
||||
throw new PathNotFoundException($path);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue