initial commit
This commit is contained in:
10
phpunit.xml
Normal file
10
phpunit.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<phpunit colors="true" strict="true" backupGlobals="false" bootstrap="vendor/autoload.php">
|
||||
<testsuites>
|
||||
<testsuite name="All">
|
||||
<directory>tests</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<php>
|
||||
<ini name="error_reporting" value="32767" />
|
||||
</php>
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user