summaryrefslogtreecommitdiff
path: root/phpunit.xml
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2017-09-19 19:50:59 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2017-09-19 20:01:09 +0200
commitc57dfc631caf98df46ac014812f962863f0bfa61 (patch)
tree9d548f5159029055f1790c4bc53e4f254aafd983 /phpunit.xml
parente6ed8a30171b86b452cec21a283373fc14dd5330 (diff)
engelsystem_provider should not be loaded in phpunit, changed dir structure
Diffstat (limited to 'phpunit.xml')
-rw-r--r--phpunit.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/phpunit.xml b/phpunit.xml
index ee5ae3e8..e78a54f3 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,14 +1,11 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- bootstrap="./includes/engelsystem_provider.php"
+ bootstrap="./includes/autoload.php"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.3/phpunit.xsd"
colors="true"
>
<testsuites>
- <testsuite name="Models">
- <directory>./test/model/</directory>
- </testsuite>
- <testsuite name="Logger">
- <directory>./test/Logger/</directory>
+ <testsuite name="Feature">
+ <directory>./tests/Feature</directory>
</testsuite>
</testsuites>
<filter>