From 049a05cf604fcd79943558d64942a5c937a47d4d Mon Sep 17 00:00:00 2001 From: Damien Regad Date: Sat, 6 Feb 2021 01:10:37 +0100 Subject: [PATCH] .gitignore: exclude PHPUnit tests related files The following files should not be checked in: - phpunit.phar: per documentation [1], it is PHP version-specific - PHPUnit's cache file - data files generated during tests execution [1]: https://www.dokuwiki.org/devel:unittesting --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 45f5a7da3..f0426ce69 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,7 @@ vendor/splitbrain/php-cli/screenshot* vendor/splitbrain/php-cli/generate-api.sh vendor/splitbrain/php-cli/apigen.neon +# PHPUnit tests +phpunit.phar +.phpunit.result.cache +_test/data/