We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdfc43c commit fc34e33Copy full SHA for fc34e33
1 file changed
tests/bootstrap.php
@@ -110,7 +110,12 @@
110
'TrustServerCertificate' => 'true'
111
]);
112
$runner = new MigrationsRunner(APP_PATH, '', $conn);
113
- $runner->dropMigrationsTable();
+ try {
114
+ $runner->dropMigrationsTable();
115
+ } catch (\Exception $exc) {
116
+
117
+ }
118
119
});
120
fprintf(STDOUT, "Registering shutdown function completed.\n");
121
fprintf(STDOUT,"---------------------------------\n");
0 commit comments