diff --git a/composer.json b/composer.json index fbc835fef..6b2693d5f 100644 --- a/composer.json +++ b/composer.json @@ -214,8 +214,8 @@ }, "autoload-dev": { "psr-4": { - "Tests\\Wallabag\\": "tests/", - "Wallabag\\DataFixtures\\": "fixtures/" + "Wallabag\\DataFixtures\\": "fixtures/", + "Wallabag\\Tests\\": "tests/" }, "files": [ "tests/functions.php" diff --git a/tests/Command/CleanDuplicatesCommandTest.php b/tests/Command/CleanDuplicatesCommandTest.php index 3129d0047..cb0d8e9d5 100644 --- a/tests/Command/CleanDuplicatesCommandTest.php +++ b/tests/Command/CleanDuplicatesCommandTest.php @@ -1,13 +1,13 @@