Skip to content

Commit cd1e47d

Browse files
committed
Remove redundant teardown
1 parent 7a7f9a9 commit cd1e47d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/TestCase/MigrationsPluginTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212

1313
class MigrationsPluginTest extends TestCase
1414
{
15-
protected function tearDown(): void
16-
{
17-
parent::tearDown();
18-
Configure::delete('Migrations.backend');
19-
}
20-
2115
/**
2216
* Test that builtin backend uses RollbackCommand
2317
*/

0 commit comments

Comments
 (0)