Moved to tabs for indent and add phpcs.xml file, update phpunit to 12 and update tests
This commit is contained in:
16
phpunit.xml
16
phpunit.xml
@@ -1,10 +1,8 @@
|
||||
<phpunit
|
||||
colors="true"
|
||||
verbose="false"
|
||||
>
|
||||
<testsuites>
|
||||
<testsuite name="unit">
|
||||
<directory>test/phpUnitTests/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<?xml version="1.0"?>
|
||||
<phpunit colors="true" cacheDirectory=".phpunit.cache">
|
||||
<testsuites>
|
||||
<testsuite name="unit">
|
||||
<directory>test/phpUnitTests/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
||||
|
||||
Reference in New Issue
Block a user