aboutsummaryrefslogtreecommitdiffhomepage
path: root/phpunit.xml.dist
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-30 11:29:50 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-30 11:29:50 +0100
commitfdcbdda1ade822e038727ff1b653b9702ba75d6a (patch)
tree55de533442b7765f4b9f828afabea90b94e56654 /phpunit.xml.dist
parent367664ee87cbfb1bb318f71af84eb84cdbc11555 (diff)
downloadwallabag-fdcbdda1ade822e038727ff1b653b9702ba75d6a.tar.gz
wallabag-fdcbdda1ade822e038727ff1b653b9702ba75d6a.tar.zst
wallabag-fdcbdda1ade822e038727ff1b653b9702ba75d6a.zip
grrr, remove call to bootstrap
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r--phpunit.xml.dist1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 3473d5f9..a26ead3a 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -5,7 +5,6 @@
5 xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd" 5 xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
6 backupGlobals="false" 6 backupGlobals="false"
7 colors="true" 7 colors="true"
8 bootstrap="app/bootstrap.php.cache"
9> 8>
10 <testsuites> 9 <testsuites>
11 <testsuite name="wallabag Test Suite"> 10 <testsuite name="wallabag Test Suite">