From 43ddf1d2d1db168a472ddb71f3de4e9a9d3894e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 27 Feb 2024 17:59:56 +0100 Subject: [PATCH] Fix: Rename --- composer.json | 2 +- tests/{unit => Unit}/MomentBritishEnglishLocaleTest.php | 0 tests/{unit => Unit}/MomentCanadianEnglishLocaleTest.php | 0 tests/{unit => Unit}/MomentCanadianFrenchLocaleTest.php | 0 tests/{unit => Unit}/MomentEsperantoLocaleTest.php | 0 tests/{unit => Unit}/MomentFrenchLocaleTest.php | 0 tests/{unit => Unit}/MomentGermanLocaleTest.php | 0 tests/{unit => Unit}/MomentLatvianLocaleTest.php | 0 tests/{unit => Unit}/MomentPolishLocaleTest.php | 0 tests/{unit => Unit}/MomentRussianLocaleTest.php | 0 tests/{unit => Unit}/MomentSimilarLocaleTest.php | 0 tests/{unit => Unit}/MomentTest.php | 0 tests/{unit => Unit}/MomentTurkishLocaleTest.php | 0 tests/{unit => Unit}/MomentUkrainianLocaleTest.php | 0 14 files changed, 1 insertion(+), 1 deletion(-) rename tests/{unit => Unit}/MomentBritishEnglishLocaleTest.php (100%) rename tests/{unit => Unit}/MomentCanadianEnglishLocaleTest.php (100%) rename tests/{unit => Unit}/MomentCanadianFrenchLocaleTest.php (100%) rename tests/{unit => Unit}/MomentEsperantoLocaleTest.php (100%) rename tests/{unit => Unit}/MomentFrenchLocaleTest.php (100%) rename tests/{unit => Unit}/MomentGermanLocaleTest.php (100%) rename tests/{unit => Unit}/MomentLatvianLocaleTest.php (100%) rename tests/{unit => Unit}/MomentPolishLocaleTest.php (100%) rename tests/{unit => Unit}/MomentRussianLocaleTest.php (100%) rename tests/{unit => Unit}/MomentSimilarLocaleTest.php (100%) rename tests/{unit => Unit}/MomentTest.php (100%) rename tests/{unit => Unit}/MomentTurkishLocaleTest.php (100%) rename tests/{unit => Unit}/MomentUkrainianLocaleTest.php (100%) diff --git a/composer.json b/composer.json index c906b59..632ea23 100755 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ }, "autoload-dev": { "psr-4": { - "Moment\\Test\\Unit\\": "tests/unit/" + "Moment\\Test\\": "tests/" } } } diff --git a/tests/unit/MomentBritishEnglishLocaleTest.php b/tests/Unit/MomentBritishEnglishLocaleTest.php similarity index 100% rename from tests/unit/MomentBritishEnglishLocaleTest.php rename to tests/Unit/MomentBritishEnglishLocaleTest.php diff --git a/tests/unit/MomentCanadianEnglishLocaleTest.php b/tests/Unit/MomentCanadianEnglishLocaleTest.php similarity index 100% rename from tests/unit/MomentCanadianEnglishLocaleTest.php rename to tests/Unit/MomentCanadianEnglishLocaleTest.php diff --git a/tests/unit/MomentCanadianFrenchLocaleTest.php b/tests/Unit/MomentCanadianFrenchLocaleTest.php similarity index 100% rename from tests/unit/MomentCanadianFrenchLocaleTest.php rename to tests/Unit/MomentCanadianFrenchLocaleTest.php diff --git a/tests/unit/MomentEsperantoLocaleTest.php b/tests/Unit/MomentEsperantoLocaleTest.php similarity index 100% rename from tests/unit/MomentEsperantoLocaleTest.php rename to tests/Unit/MomentEsperantoLocaleTest.php diff --git a/tests/unit/MomentFrenchLocaleTest.php b/tests/Unit/MomentFrenchLocaleTest.php similarity index 100% rename from tests/unit/MomentFrenchLocaleTest.php rename to tests/Unit/MomentFrenchLocaleTest.php diff --git a/tests/unit/MomentGermanLocaleTest.php b/tests/Unit/MomentGermanLocaleTest.php similarity index 100% rename from tests/unit/MomentGermanLocaleTest.php rename to tests/Unit/MomentGermanLocaleTest.php diff --git a/tests/unit/MomentLatvianLocaleTest.php b/tests/Unit/MomentLatvianLocaleTest.php similarity index 100% rename from tests/unit/MomentLatvianLocaleTest.php rename to tests/Unit/MomentLatvianLocaleTest.php diff --git a/tests/unit/MomentPolishLocaleTest.php b/tests/Unit/MomentPolishLocaleTest.php similarity index 100% rename from tests/unit/MomentPolishLocaleTest.php rename to tests/Unit/MomentPolishLocaleTest.php diff --git a/tests/unit/MomentRussianLocaleTest.php b/tests/Unit/MomentRussianLocaleTest.php similarity index 100% rename from tests/unit/MomentRussianLocaleTest.php rename to tests/Unit/MomentRussianLocaleTest.php diff --git a/tests/unit/MomentSimilarLocaleTest.php b/tests/Unit/MomentSimilarLocaleTest.php similarity index 100% rename from tests/unit/MomentSimilarLocaleTest.php rename to tests/Unit/MomentSimilarLocaleTest.php diff --git a/tests/unit/MomentTest.php b/tests/Unit/MomentTest.php similarity index 100% rename from tests/unit/MomentTest.php rename to tests/Unit/MomentTest.php diff --git a/tests/unit/MomentTurkishLocaleTest.php b/tests/Unit/MomentTurkishLocaleTest.php similarity index 100% rename from tests/unit/MomentTurkishLocaleTest.php rename to tests/Unit/MomentTurkishLocaleTest.php diff --git a/tests/unit/MomentUkrainianLocaleTest.php b/tests/Unit/MomentUkrainianLocaleTest.php similarity index 100% rename from tests/unit/MomentUkrainianLocaleTest.php rename to tests/Unit/MomentUkrainianLocaleTest.php