3
0

Fleshing out a bit further

This commit is contained in:
2022-07-20 20:38:09 +01:00
parent c46af9c4f7
commit cf03ff8f89
7 changed files with 70 additions and 9 deletions

13
phpunit.xml Normal file
View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true" bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="Test Suite">
<directory suffix="Test.php">./tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>./src</directory>
</whitelist>
</filter>
</phpunit>