aboutsummaryrefslogtreecommitdiffhomepage
path: root/phpunit.xml.dist
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-30 09:11:59 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-30 09:11:59 +0100
commit127915f4ea17433293df9466b3d8f4a4f10be582 (patch)
tree7328489292a0fec7013c256bc2bfd90ec14fd4cc /phpunit.xml.dist
parent03493be07555d2b8b0c4879baa5e2e039073520b (diff)
downloadwallabag-127915f4ea17433293df9466b3d8f4a4f10be582.tar.gz
wallabag-127915f4ea17433293df9466b3d8f4a4f10be582.tar.zst
wallabag-127915f4ea17433293df9466b3d8f4a4f10be582.zip
remove bootstrap in phpunit
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 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>