Added configuration for tests.

main
KKlochko 2 years ago
parent 08f56f08d2
commit 5cd5103b82

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<phpunit bootstrap="vendor/autoload.php"
colors="true"
stopOnFailure="false">
<testsuites>
<testsuite name="Simple">
<directory> tests </directory>
</testsuite>
</testsuites>
</phpunit>
Loading…
Cancel
Save