N°5608 - Move/rename unit tests to match their counterpart location/name

This commit is contained in:
Molkobain
2022-10-13 22:12:14 +02:00
parent 0998c73a1a
commit 11d8547cef
6 changed files with 11 additions and 7 deletions

View File

@@ -50,6 +50,13 @@
<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="SourcesComposer">
<directory>unitary-tests/sources/Composer</directory>
</testsuite>
<testsuite name="Status">
<directory>unitary-tests/status</directory>
</testsuite>