Merge branch 'noc0lour:fix_setup_bugs', closes #335

This commit is contained in:
Igor Scheller 2017-10-31 13:41:17 +01:00
parent 60fd72cd1a
commit 915cbee3e0
1 changed files with 1 additions and 2 deletions

View File

@ -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>