summaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/phpunit.xml b/phpunit.xml
index bdc4b0b6..98e64795 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,5 +1,5 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- bootstrap="./includes/autoload.php"
+ bootstrap="./tests/autoload.php"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.3/phpunit.xsd"
colors="true"
>
@@ -13,7 +13,6 @@
</testsuites>
<filter>
<whitelist>
- <directory>./include/</directory>
<directory>./src/</directory>
</whitelist>
</filter>