Without share.

This commit is contained in:
2019-11-15 12:14:38 +03:00
commit b3c03162f1
16 changed files with 898 additions and 0 deletions

7
tests/bootstrap.php Executable file
View File

@ -0,0 +1,7 @@
<?php
require dirname(__DIR__) . '/vendor/autoload.php';
function storage_path($filename) {
return dirname(__DIR__) . '/tests/' . $filename;
}