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">
|
||||
<testsuites>
|
||||
<testsuite name="Statify Blacklist TestSuite">
|
||||
<directory suffix="-test.php">./test/</directory>
|
||||
<directory suffix="_Test.php">./test/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<filter>
|
||||
|
Reference in New Issue
Block a user