aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--phpunit.xml8
2 files changed, 1 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index ff9c5dd..1d09c82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,4 @@
/public/error/error.html
generators/hugo/public
/bootstrap/comments/comments
-AppConfig.php
+config.php
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>