We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43dce1 commit a4b51d9Copy full SHA for a4b51d9
tests/SchemaRulesTest.php
@@ -10,14 +10,14 @@
10
11
beforeEach(function () {
12
$this->tableName = 'tests';
13
- //realy make sure that the table does not exists before and after a test
+ // realy make sure that the table does not exists before and after a test
14
Schema::disableForeignKeyConstraints();
15
Schema::dropIfExists($this->tableName);
16
Schema::enableForeignKeyConstraints();
17
});
18
19
afterEach(function () {
20
21
22
23
0 commit comments