N°5608 - Rename "test" folder to "tests" to better match conventions

This commit is contained in:
Molkobain
2022-10-14 15:38:56 +02:00
parent 11d8547cef
commit 87cb73c038
108 changed files with 16 additions and 16 deletions

4
.gitignore vendored
View File

@@ -8,7 +8,7 @@
# composer reserver directory, from sources, populate/update using "composer install"
vendor/*
test/*/vendor/*
tests/*/vendor/*
# all conf but listing prevention
/conf/**
@@ -33,7 +33,7 @@ test/*/vendor/*
!/log/web.config
# PHPUnit cache file
/test/php-unit-tests/.phpunit.result.cache
/tests/php-unit-tests/.phpunit.result.cache
# Jetbrains