Skip to content

Commit 54d4ed1

Browse files
authored
Merge pull request #5217 from kenjis/fix-BaseConnectionTest
Remove invalid @runTestsInSeparateProcesses
2 parents f985561 + 24196f9 commit 54d4ed1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/system/Commands/MigrationIntegrationTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ protected function tearDown(): void
5858
stream_filter_remove($this->streamFilter);
5959
}
6060

61-
/**
62-
* @runTestsInSeparateProcesses
63-
*/
6461
public function testMigrationWithRollbackHasSameNameFormat(): void
6562
{
6663
command('migrate -n App');

0 commit comments

Comments
 (0)