diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-30 09:11:59 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-30 09:11:59 +0100 |
commit | 127915f4ea17433293df9466b3d8f4a4f10be582 (patch) | |
tree | 7328489292a0fec7013c256bc2bfd90ec14fd4cc | |
parent | 03493be07555d2b8b0c4879baa5e2e039073520b (diff) | |
download | wallabag-127915f4ea17433293df9466b3d8f4a4f10be582.tar.gz wallabag-127915f4ea17433293df9466b3d8f4a4f10be582.tar.zst wallabag-127915f4ea17433293df9466b3d8f4a4f10be582.zip |
remove bootstrap in phpunit
-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 19c1ece3..e4130d2c 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist | |||
@@ -6,7 +6,6 @@ | |||
6 | xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd" | 6 | xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd" |
7 | backupGlobals="false" | 7 | backupGlobals="false" |
8 | colors="true" | 8 | colors="true" |
9 | bootstrap="bootstrap.php.cache" | ||
10 | > | 9 | > |
11 | 10 | ||
12 | <testsuites> | 11 | <testsuites> |