diff --git a/CONVENTIONS.md b/CONVENTIONS.md index f1892e244..0fe76a135 100644 --- a/CONVENTIONS.md +++ b/CONVENTIONS.md @@ -55,7 +55,7 @@ Arborescence: - person - personvendee - household_edit_metadata - - index.js + - index.ts ``` ## Organisation des feuilles de styles diff --git a/composer.json b/composer.json index 928a65292..07e65dbba 100644 --- a/composer.json +++ b/composer.json @@ -126,8 +126,9 @@ }, "autoload-dev": { "psr-4": { - "App\\": "tests/", + "App\\": "tests", "Chill\\DocGeneratorBundle\\Tests\\": "src/Bundle/ChillDocGeneratorBundle/tests", + "Chill\\TicketBundle\\Tests\\": "src/Bundle/ChillTicketBundle/tests", "Chill\\WopiBundle\\Tests\\": "src/Bundle/ChillDocGeneratorBundle/tests", "Chill\\Utils\\Rector\\Tests\\": "utils/rector/tests" } diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 336877a0c..fa8f479c5 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -49,6 +49,10 @@ src/Bundle/ChillPersonBundle/Tests/Controller/PersonDuplicateControllerViewTest.php + + + src/Bundle/ChillTicketBundle/tests/ +