Remove phpunit cache.

This commit is contained in:
Syntaxseed 2021-09-20 10:53:59 -04:00
parent 164a233c77
commit 852992b4f7
2 changed files with 1 additions and 2 deletions

2
.gitignore vendored
View File

@ -95,5 +95,5 @@ vendor/splitbrain/php-cli/apigen.neon
# PHPUnit tests
phpunit.phar
.phpunit.result.cache
*.phpunit.result.cache
_test/data/

File diff suppressed because one or more lines are too long