added foundation of testing setup.
This commit is contained in:
7
phpunit.xml
Normal file
7
phpunit.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<phpunit colors="false" bootstrap="phpunit.php">
|
||||
<testsuites>
|
||||
<testsuite name="Test Suite">
|
||||
<directory suffix=".php">tests/cases</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user