From 70a1e2a2e9e3ff7f0da920c69000eb3c9bd62f25 Mon Sep 17 00:00:00 2001 From: David Porter Date: Mon, 10 Oct 2016 05:28:58 -0500 Subject: [PATCH] chore(phpunit): ignore local phpunit.xml (#318) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4955153..8972b3c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ coverage .settings composer.lock docs-api +phpunit.xml