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