aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/build.xml
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-11 06:45:14 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-11 06:45:14 +0100
commitfa8d56393413fc599a972699ad4780e92f1a2010 (patch)
tree5ed25ecf43e6af0a8da5a13704fd51aae42a21c0 /app/build.xml
parentf59f45d74093e92656f9717c8c5f4e37c56d2173 (diff)
parentda93261a7d729084c4913e8dcc5052a781426ef7 (diff)
downloadwallabag-fa8d56393413fc599a972699ad4780e92f1a2010.tar.gz
wallabag-fa8d56393413fc599a972699ad4780e92f1a2010.tar.zst
wallabag-fa8d56393413fc599a972699ad4780e92f1a2010.zip
Merge pull request #1072 from wallabag/v2-entry-test
Add more tests to Entry controller + security
Diffstat (limited to 'app/build.xml')
-rw-r--r--app/build.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/build.xml b/app/build.xml
index a8e43f0d..bdc4b4d8 100644
--- a/app/build.xml
+++ b/app/build.xml
@@ -38,7 +38,6 @@
38 <arg value="${basedir}/../app/console"/> 38 <arg value="${basedir}/../app/console"/>
39 <arg value="doctrine:fixtures:load"/> 39 <arg value="doctrine:fixtures:load"/>
40 <arg value="--no-interaction"/> 40 <arg value="--no-interaction"/>
41 <arg value="--purge-with-truncate"/>
42 <arg value="--env=test"/> 41 <arg value="--env=test"/>
43 </exec> 42 </exec>
44 </target> 43 </target>