1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00

Fixed tests

This commit is contained in:
Eldad Fux 2020-06-04 17:59:45 +03:00
parent 91690fcae1
commit 941c834eaa

View file

@ -23,4 +23,5 @@ use Appwrite\Preloader\Preloader;
->paths(realpath(__DIR__ . '/../src'))
->ignore(realpath(__DIR__ . '/../vendor/twig/twig'))
->ignore(realpath(__DIR__ . '/../vendor/guzzlehttp/guzzle'))
->ignore(realpath(__DIR__ . '/../vendor/geoip2/geoip2'))
->load();