From 41d3d90561fda302f4b18ad89c4255f112dd1481 Mon Sep 17 00:00:00 2001 From: KT Date: Wed, 9 Jun 2021 07:36:53 +0300 Subject: [PATCH] Change psr-4 autoload folders --- composer.json | 4 ++-- src/{ => Masked}/InputCollection.php | 0 src/{ => Masked}/Protect.php | 0 src/{ => Masked}/Redact.php | 0 src/{ => Masked}/ValueCollection.php | 0 tests/{ => Masked}/ProtectHideInputsTest.php | 0 tests/{ => Masked}/ProtectHideValuesTest.php | 0 tests/{ => Masked}/ProtectInputTest.php | 0 tests/{ => Masked}/ProtectValueTest.php | 0 tests/{ => Masked}/RedactDisguiseTest.php | 0 tests/{ => Masked}/RedactTest.php | 0 tests/{ => Masked}/setRedactCallbackTest.php | 0 12 files changed, 2 insertions(+), 2 deletions(-) rename src/{ => Masked}/InputCollection.php (100%) rename src/{ => Masked}/Protect.php (100%) rename src/{ => Masked}/Redact.php (100%) rename src/{ => Masked}/ValueCollection.php (100%) rename tests/{ => Masked}/ProtectHideInputsTest.php (100%) rename tests/{ => Masked}/ProtectHideValuesTest.php (100%) rename tests/{ => Masked}/ProtectInputTest.php (100%) rename tests/{ => Masked}/ProtectValueTest.php (100%) rename tests/{ => Masked}/RedactDisguiseTest.php (100%) rename tests/{ => Masked}/RedactTest.php (100%) rename tests/{ => Masked}/setRedactCallbackTest.php (100%) diff --git a/composer.json b/composer.json index 3c3a79c..72bfb42 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "autoload": { "psr-4": { - "Fuko\\Masked\\": "src/" + "Fuko\\Masked\\": "src/Masked/" } }, @@ -28,7 +28,7 @@ "autoload-dev": { "psr-4": { - "Fuko\\Masked\\Tests\\": "tests/" + "Fuko\\Masked\\Tests\\": "tests/Masked/" } } } diff --git a/src/InputCollection.php b/src/Masked/InputCollection.php similarity index 100% rename from src/InputCollection.php rename to src/Masked/InputCollection.php diff --git a/src/Protect.php b/src/Masked/Protect.php similarity index 100% rename from src/Protect.php rename to src/Masked/Protect.php diff --git a/src/Redact.php b/src/Masked/Redact.php similarity index 100% rename from src/Redact.php rename to src/Masked/Redact.php diff --git a/src/ValueCollection.php b/src/Masked/ValueCollection.php similarity index 100% rename from src/ValueCollection.php rename to src/Masked/ValueCollection.php diff --git a/tests/ProtectHideInputsTest.php b/tests/Masked/ProtectHideInputsTest.php similarity index 100% rename from tests/ProtectHideInputsTest.php rename to tests/Masked/ProtectHideInputsTest.php diff --git a/tests/ProtectHideValuesTest.php b/tests/Masked/ProtectHideValuesTest.php similarity index 100% rename from tests/ProtectHideValuesTest.php rename to tests/Masked/ProtectHideValuesTest.php diff --git a/tests/ProtectInputTest.php b/tests/Masked/ProtectInputTest.php similarity index 100% rename from tests/ProtectInputTest.php rename to tests/Masked/ProtectInputTest.php diff --git a/tests/ProtectValueTest.php b/tests/Masked/ProtectValueTest.php similarity index 100% rename from tests/ProtectValueTest.php rename to tests/Masked/ProtectValueTest.php diff --git a/tests/RedactDisguiseTest.php b/tests/Masked/RedactDisguiseTest.php similarity index 100% rename from tests/RedactDisguiseTest.php rename to tests/Masked/RedactDisguiseTest.php diff --git a/tests/RedactTest.php b/tests/Masked/RedactTest.php similarity index 100% rename from tests/RedactTest.php rename to tests/Masked/RedactTest.php diff --git a/tests/setRedactCallbackTest.php b/tests/Masked/setRedactCallbackTest.php similarity index 100% rename from tests/setRedactCallbackTest.php rename to tests/Masked/setRedactCallbackTest.php