From e419663679b3e40568611ffa5f0d20b696a707ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bl=C3=A4ul?= Date: Sat, 6 Jan 2018 10:48:25 +0100 Subject: [PATCH] Improved name of files and classes within tests/methods folder This follows PHP best practices for classes. --- tests/methods/{construct_test.php => ConstructTest.php} | 2 +- tests/methods/{parse_test.php => ParseTest.php} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename tests/methods/{construct_test.php => ConstructTest.php} (96%) rename tests/methods/{parse_test.php => ParseTest.php} (98%) diff --git a/tests/methods/construct_test.php b/tests/methods/ConstructTest.php similarity index 96% rename from tests/methods/construct_test.php rename to tests/methods/ConstructTest.php index 2d5fcde..0a3c310 100644 --- a/tests/methods/construct_test.php +++ b/tests/methods/ConstructTest.php @@ -1,6 +1,6 @@