diff --git a/composer.json b/composer.json index f6767e7..ec41488 100644 --- a/composer.json +++ b/composer.json @@ -1,18 +1,16 @@ { - "autoload": { - "psr-4": { - "LotGD\\Core\\": "src/", - "LotGD\\Core\\Tests\\": "tests/" - } - }, - - "require": { - "monolog/monolog": "1.16.0", - "doctrine/orm": "2.5.*" - }, - - "require-dev": { - "phpunit/phpunit": "*", - "phpunit/dbunit": "*" + "autoload": { + "psr-4": { + "LotGD\\Core\\": "src/", + "LotGD\\Core\\Tests\\": "tests/" } -} \ No newline at end of file + }, + "require": { + "monolog/monolog": "1.16.0", + "doctrine/orm": "2.5.*" + }, + "require-dev": { + "phpunit/phpunit": "*", + "phpunit/dbunit": "*" + } +} diff --git a/Tests/ModelTestCase.php b/tests/ModelTestCase.php similarity index 100% rename from Tests/ModelTestCase.php rename to tests/ModelTestCase.php diff --git a/Tests/Models/CharacterModelTest.php b/tests/Models/CharacterModelTest.php similarity index 100% rename from Tests/Models/CharacterModelTest.php rename to tests/Models/CharacterModelTest.php