Skip to content

Commit 38d2a8d

Browse files
authored
remove table dropping with tearDown (already initialized by in-memory DB)
1 parent 66a2fbb commit 38d2a8d

File tree

1 file changed

+0
-8
lines changed
  • src/Instrumentation/Laravel/tests/Integration/Database/Eloquent

1 file changed

+0
-8
lines changed

src/Instrumentation/Laravel/tests/Integration/Database/Eloquent/ModelTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ public function setUp(): void
3939
');
4040
}
4141

42-
public function tearDown(): void
43-
{
44-
// Reset table
45-
DB::statement('DROP TABLE IF EXISTS test_models');
46-
47-
parent::tearDown();
48-
}
49-
5042
/**
5143
* @return \OpenTelemetry\SDK\Trace\ImmutableSpan[]
5244
*/

0 commit comments

Comments
 (0)