.gitignore > ignore PHPUnit's results cache (related to PHPUnit 8.0)

This commit is contained in:
Meritoo
2019-04-02 12:02:08 +02:00
parent 10bf198df5
commit 7ddfcf6946

1
.gitignore vendored
View File

@@ -27,6 +27,7 @@
### PHPUnit
# ------------------------------------------------------------------------------
/phpunit.xml
/.phpunit.result.cache
# ------------------------------------------------------------------------------