7 lines
148 B
PHP
Executable File
7 lines
148 B
PHP
Executable File
<?php
|
|
|
|
require dirname(__DIR__) . '/vendor/autoload.php';
|
|
|
|
function storage_path($filename) {
|
|
return dirname(__DIR__) . '/tests/' . $filename;
|
|
} |