phpunit config

This commit is contained in:
Yuri Kuznetsov
2020-12-21 13:13:30 +02:00
parent e569b8b9a7
commit 99dc6b1623

10
phpunit.xml Normal file
View File

@@ -0,0 +1,10 @@
<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="unit">
<directory>tests/unit</directory>
</testsuite>
<testsuite name="integration">
<directory>tests/integration</directory>
</testsuite>
</testsuites>
</phpunit>