diff options
author | Igor Scheller <igor.scheller@igorshp.de> | 2017-10-31 13:41:17 +0100 |
---|---|---|
committer | Igor Scheller <igor.scheller@igorshp.de> | 2017-10-31 13:41:17 +0100 |
commit | 915cbee3e099cc7d48f71f6627b5fde3942cbe88 (patch) | |
tree | 53689ba5a3bfed54389dd1072677fe429e9723b6 | |
parent | 60fd72cd1a1e4e53b9af87e00a8c27687c6b5385 (diff) |
Merge branch 'noc0lour:fix_setup_bugs', closes #335
-rw-r--r-- | phpunit.xml | 3 |
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> |