diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-30 11:29:50 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-30 11:29:50 +0100 |
commit | fdcbdda1ade822e038727ff1b653b9702ba75d6a (patch) | |
tree | 55de533442b7765f4b9f828afabea90b94e56654 | |
parent | 367664ee87cbfb1bb318f71af84eb84cdbc11555 (diff) | |
download | wallabag-fdcbdda1ade822e038727ff1b653b9702ba75d6a.tar.gz wallabag-fdcbdda1ade822e038727ff1b653b9702ba75d6a.tar.zst wallabag-fdcbdda1ade822e038727ff1b653b9702ba75d6a.zip |
grrr, remove call to bootstrap
-rw-r--r-- | phpunit.xml.dist | 1 |
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"> |