]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/build.xml
Add some fixtures
[github/wallabag/wallabag.git] / app / build.xml
index 6427867c4ff7f31a2964a26f3914041398c8782a..a8e43f0d8c74329498ae65413af29cdd30859291 100644 (file)
             <arg value="cache:clear"/>
             <arg value="--env=test"/>
         </exec>
+        <exec executable="php">
+            <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>
 </project>