mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Merge pull request #3872 from bantu/phpunit-xml-dist
Use phpunit.xml.dist instead of phpunit.xml ...
This commit is contained in:
commit
df43ddb902
2 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -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*
|
||||
|
|
|
|||
Loading…
Reference in a new issue