diff --git a/.gitignore b/.gitignore index 68977ad0775..6259482c002 100644 --- a/.gitignore +++ b/.gitignore @@ -72,7 +72,10 @@ nbproject .well-known /.buildpath -#tests - autogenerated filed +# Tests +/tests/phpunit.xml + +# Tests - auto-generated files data-autotest /tests/coverage* /tests/autoconfig* diff --git a/tests/phpunit.xml b/tests/phpunit.xml.dist similarity index 100% rename from tests/phpunit.xml rename to tests/phpunit.xml.dist