Files
php-exception/phpunit.xml
Guillermo Dev a00aaa037c initial commit
2018-12-01 12:08:22 +01:00

8 lines
195 B
XML

<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="gbilidyninterface">
<directory suffix="Test.php">tests</directory>
</testsuite>
</testsuites>
</phpunit>