From 544feb94e92f51c2731963e2c3566385e48c0a96 Mon Sep 17 00:00:00 2001 From: Marc Bennewitz Date: Wed, 14 Oct 2020 23:07:41 +0200 Subject: [PATCH] lower case tests/assets Part 1 --- tests/{Assets => assets_}/DeprecatedEnum.php | 2 +- tests/{Assets => assets_}/DocCommentEnum.php | 2 +- tests/{Assets => assets_}/NotAnEnum.php | 2 +- tests/{Assets => assets_}/VisibilityEnum.php | 2 +- tests/unit/EnumMethodReflectionTest.php | 8 ++++---- tests/unit/EnumMethodsClassReflectionExtensionTest.php | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) rename tests/{Assets => assets_}/DeprecatedEnum.php (84%) rename tests/{Assets => assets_}/DocCommentEnum.php (85%) rename tests/{Assets => assets_}/NotAnEnum.php (88%) rename tests/{Assets => assets_}/VisibilityEnum.php (92%) diff --git a/tests/Assets/DeprecatedEnum.php b/tests/assets_/DeprecatedEnum.php similarity index 84% rename from tests/Assets/DeprecatedEnum.php rename to tests/assets_/DeprecatedEnum.php index 4480b38..e0c8a84 100644 --- a/tests/Assets/DeprecatedEnum.php +++ b/tests/assets_/DeprecatedEnum.php @@ -1,6 +1,6 @@