rename test class files to comply with PHPUnit 8.5+ conventions
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
<phpunit bootstrap="./vendor/autoload.php">
|
<phpunit bootstrap="./vendor/autoload.php">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="Statify Blacklist TestSuite">
|
<testsuite name="Statify Blacklist TestSuite">
|
||||||
<directory suffix="-test.php">./test/</directory>
|
<directory suffix="_Test.php">./test/</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
<filter>
|
<filter>
|
||||||
|
Reference in New Issue
Block a user