Skip to content

Commit 012d067

Browse files
committed
fix tests
1 parent 2118219 commit 012d067

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Functional/Schema/CreateIndexTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ public function addCheckConstraints(): void
225225
DB::table('test_table')->insert($data);
226226
} catch (\Throwable $e) {
227227
echo class_basename($e) . PHP_EOL;
228+
throw $e;
228229
}
229230
}
230231
}

0 commit comments

Comments
 (0)