Quick fix in build.xml

We don't need to purge the database since it was just re-created
This commit is contained in:
Jeremy 2015-02-10 22:34:11 +01:00
parent 3d2b2d62be
commit da93261a7d
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@
<arg value="${basedir}/../app/console"/>
<arg value="doctrine:fixtures:load"/>
<arg value="--no-interaction"/>
<arg value="--purge-with-truncate"/>
<arg value="--env=test"/>
</exec>
</target>