]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/build.xml
Add some tests on EntryController
[github/wallabag/wallabag.git] / app / build.xml
index 700a31b5159ed21641e68ee63d76e9337b8f4075..6427867c4ff7f31a2964a26f3914041398c8782a 100644 (file)
             <arg value="doctrine:database:create"/>
             <arg value="--env=test"/>
         </exec>
+        <exec executable="php">
+            <arg value="${basedir}/../app/console"/>
+            <arg value="doctrine:schema:create"/>
+            <arg value="--env=test"/>
+        </exec>
         <exec executable="php">
             <arg value="${basedir}/../app/console"/>
             <arg value="cache:clear"/>