mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Removed all test cases.
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
<?php
|
||||
$db = realpath(__DIR__ . '/_data') . '/db.sqlite';
|
||||
$dump = realpath(__DIR__ . '/_data') . '/dump.sql';
|
||||
if (!file_exists($db)) {
|
||||
$out = [];
|
||||
exec('touch ' . $db);
|
||||
exec('php artisan migrate --seed --env=testing', $out);
|
||||
exec('sqlite3 tests/_data/db.sqlite .dump > tests/_data/dump.sql', $out);
|
||||
}
|
Reference in New Issue
Block a user