From e5c30c21835750a0d4075c76f2c742627dc2b515 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Mon, 19 Oct 2020 16:19:23 +0200 Subject: [PATCH] rename test class files to comply with PHPUnit 8.5+ conventions --- phpunit.xml | 2 +- test/{statifyblacklist-test.php => StatifyBlacklist_Test.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/{statifyblacklist-test.php => StatifyBlacklist_Test.php} (100%) diff --git a/phpunit.xml b/phpunit.xml index f6cdc73..e7362f0 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -2,7 +2,7 @@ - ./test/ + ./test/ diff --git a/test/statifyblacklist-test.php b/test/StatifyBlacklist_Test.php similarity index 100% rename from test/statifyblacklist-test.php rename to test/StatifyBlacklist_Test.php