aboutsummaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-09-04 04:45:07 -0400
committerThedro Neely <thedroneely@gmail.com>2020-09-04 04:45:07 -0400
commit88e81bed494de5327fcae642c32ad9de0ff4caca (patch)
treec57ec2f3352781ae352b112d2b7a61efcedc00a4 /phpunit.xml
parent64ef1a47387b0d0ded17d5f4d0723b8211012769 (diff)
downloadedwinmattiacci.com-88e81bed494de5327fcae642c32ad9de0ff4caca.tar.gz
edwinmattiacci.com-88e81bed494de5327fcae642c32ad9de0ff4caca.tar.bz2
edwinmattiacci.com-88e81bed494de5327fcae642c32ad9de0ff4caca.zip
.gitignore: Cleanup
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/phpunit.xml b/phpunit.xml
deleted file mode 100644
index 005c645..0000000
--- a/phpunit.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<phpunit verbose="true">
- <php>
- <ini name="error_reporting" value="-1" />
- <ini name="display_errors" value="1" />
- <ini name="xdebug.scream" value="0" />
- </php>
-</phpunit>