From 2cee825f61282b0a008c7b2978c36a94b50e37c1 Mon Sep 17 00:00:00 2001 From: jordanbrauer <18744334+jordanbrauer@users.noreply.github.com> Date: Sat, 13 Feb 2021 11:07:22 -0600 Subject: [PATCH] rename test sub directory --- .../{CustomSuffix => CustomAffixes}/A Test With Spaces.php | 0 .../AdditionalFileExtension.spec.php | 0 .../{CustomSuffix => CustomAffixes}/ManyExtensions.class.test.php | 0 .../PHPUnit/CustomAffixes/Test 'Case' \"With\" Quotes.php" | 0 .../snake_case_spec.php => CustomAffixes/kebab-case-spec.php} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename tests/PHPUnit/{CustomSuffix => CustomAffixes}/A Test With Spaces.php (100%) rename tests/PHPUnit/{CustomSuffix => CustomAffixes}/AdditionalFileExtension.spec.php (100%) rename tests/PHPUnit/{CustomSuffix => CustomAffixes}/ManyExtensions.class.test.php (100%) rename tests/PHPUnit/CustomSuffix/kebab-case-spec.php => "tests/PHPUnit/CustomAffixes/Test 'Case' \"With\" Quotes.php" (100%) rename tests/PHPUnit/{CustomSuffix/snake_case_spec.php => CustomAffixes/kebab-case-spec.php} (100%) diff --git a/tests/PHPUnit/CustomSuffix/A Test With Spaces.php b/tests/PHPUnit/CustomAffixes/A Test With Spaces.php similarity index 100% rename from tests/PHPUnit/CustomSuffix/A Test With Spaces.php rename to tests/PHPUnit/CustomAffixes/A Test With Spaces.php diff --git a/tests/PHPUnit/CustomSuffix/AdditionalFileExtension.spec.php b/tests/PHPUnit/CustomAffixes/AdditionalFileExtension.spec.php similarity index 100% rename from tests/PHPUnit/CustomSuffix/AdditionalFileExtension.spec.php rename to tests/PHPUnit/CustomAffixes/AdditionalFileExtension.spec.php diff --git a/tests/PHPUnit/CustomSuffix/ManyExtensions.class.test.php b/tests/PHPUnit/CustomAffixes/ManyExtensions.class.test.php similarity index 100% rename from tests/PHPUnit/CustomSuffix/ManyExtensions.class.test.php rename to tests/PHPUnit/CustomAffixes/ManyExtensions.class.test.php diff --git a/tests/PHPUnit/CustomSuffix/kebab-case-spec.php "b/tests/PHPUnit/CustomAffixes/Test 'Case' \"With\" Quotes.php" similarity index 100% rename from tests/PHPUnit/CustomSuffix/kebab-case-spec.php rename to "tests/PHPUnit/CustomAffixes/Test 'Case' \"With\" Quotes.php" diff --git a/tests/PHPUnit/CustomSuffix/snake_case_spec.php b/tests/PHPUnit/CustomAffixes/kebab-case-spec.php similarity index 100% rename from tests/PHPUnit/CustomSuffix/snake_case_spec.php rename to tests/PHPUnit/CustomAffixes/kebab-case-spec.php