rename test class files to comply with PHPUnit 8.5+ conventions

This commit is contained in:
2020-10-19 16:19:23 +02:00
parent 2f8939b363
commit e5c30c2183
2 changed files with 1 additions and 1 deletions

View File

@ -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>