Remove vagrant and add testing docker
This commit is contained in:
4
docker/testing/config/reset-db.php
Normal file
4
docker/testing/config/reset-db.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
|
||||
$output = shell_exec('cd /var/www/html/core/robo; php robo.phar reset:db test; php robo.phar create:tables test; php robo.phar migrate:all test; php robo.phar execute:fixtures test');
|
||||
echo "<pre>$output</pre>";
|
||||
Reference in New Issue
Block a user