Skip to content

Commit

Permalink
Merge pull request #5217 from kenjis/fix-BaseConnectionTest
Browse files Browse the repository at this point in the history
Remove invalid @runTestsInSeparateProcesses
  • Loading branch information
kenjis authored Oct 24, 2021
2 parents f985561 + 24196f9 commit 54d4ed1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/system/Commands/MigrationIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ protected function tearDown(): void
stream_filter_remove($this->streamFilter);
}

/**
* @runTestsInSeparateProcesses
*/
public function testMigrationWithRollbackHasSameNameFormat(): void
{
command('migrate -n App');
Expand Down

0 comments on commit 54d4ed1

Please sign in to comment.