Without share.
This commit is contained in:
7
tests/bootstrap.php
Executable file
7
tests/bootstrap.php
Executable file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
require dirname(__DIR__) . '/vendor/autoload.php';
|
||||
|
||||
function storage_path($filename) {
|
||||
return dirname(__DIR__) . '/tests/' . $filename;
|
||||
}
|
Reference in New Issue
Block a user