Skip to content

Commit 6e92341

Browse files
author
Erik Galloway
committed
Fix require path for app bootstrap file
1 parent 356e1c5 commit 6e92341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EloquentTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function __get($key)
102102
*/
103103
protected function getBootstrapFilePath()
104104
{
105-
return __DIR__.'/../../../bootstrap/app.php';
105+
return __DIR__.'/../../../../bootstrap/app.php';
106106
}
107107

108108
/**

0 commit comments

Comments
 (0)