This commit is contained in:
Andrea Adamczyk
2019-12-19 09:41:52 -04:00
parent 21b2eddc89
commit df9aaefd70

View File

@@ -28,7 +28,7 @@ class DerivationTest extends TestCase
// Truncate the APP_SEQUENCE table
DB::table('APP_SEQUENCE')->truncate();
config(["system.workspace" => "test"]);
config(["system.workspace" => "new_site"]);
$workspace = config("system.workspace");
if (!file_exists(PATH_DB . $workspace)) {