N°5608 - Fix Twig unit test and re-enable all tests under /sources dir that were not run! (Application/Helper, Application/Service, Application/TwigBase, Composer, Router)

This commit is contained in:
Molkobain
2023-01-18 17:32:58 +01:00
parent 9be167cf5e
commit 15f108152c
3 changed files with 14 additions and 21 deletions

View File

@@ -41,15 +41,8 @@
<testsuite name="Setup">
<directory>unitary-tests/setup</directory>
</testsuite>
<!-- Note: The unitary-tests/sources/application/TwigBase is omitted for now as the test is not working -->
<testsuite name="SourcesApplicationSearch">
<directory>unitary-tests/sources/Application/Search</directory>
</testsuite>
<testsuite name="SourceApplicationStatus">
<directory>unitary-tests/sources/Application/Status</directory>
</testsuite>
<testsuite name="SourcesComposer">
<directory>unitary-tests/sources/Composer</directory>
<testsuite name="Sources">
<directory>unitary-tests/sources</directory>
</testsuite>
<testsuite name="Synchro">
<directory>unitary-tests/synchro</directory>