From 324a30dd5b6ee58579f9c040a9d60045499c52ff Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 28 Nov 2019 14:54:16 +0100 Subject: Fix warnings and errors with phpunit 8 Signed-off-by: Joas Schilling --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b7f92abfd..b4179496b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ node_modules coverage tests/php/coverage-html tests/php/clover.xml +tests/php/.phpunit.result.cache tests/integration/vendor tests/integration/output -- cgit v1.2.3