File tree Expand file tree Collapse file tree 11 files changed +31
-33
lines changed
Expand file tree Collapse file tree 11 files changed +31
-33
lines changed Original file line number Diff line number Diff line change 99 */
1010namespace Tests \CLI \Commands ;
1111
12- /**
13- * @runTestsInSeparateProcesses
14- */
12+ use PHPUnit \ Framework \ Attributes \ RunTestsInSeparateProcesses ;
13+
14+ #[RunTestsInSeparateProcesses]
1515final class ListSchemasTest extends DatabaseTestCase
1616{
1717 public function testRun () : void
Original file line number Diff line number Diff line change 1111
1212use Framework \Config \Config ;
1313use Framework \Testing \TestCase ;
14+ use PHPUnit \Framework \Attributes \RunTestsInSeparateProcesses ;
1415
15- /**
16- * @runTestsInSeparateProcesses
17- */
16+ #[RunTestsInSeparateProcesses]
1817final class MakeRoutesTest extends TestCase
1918{
2019 protected function prepareDefaults () : void
Original file line number Diff line number Diff line change 99 */
1010namespace Tests \CLI \Commands ;
1111
12- /**
13- * @runTestsInSeparateProcesses
14- */
12+ use PHPUnit \ Framework \ Attributes \ RunTestsInSeparateProcesses ;
13+
14+ #[RunTestsInSeparateProcesses]
1515final class MigrateDownTest extends MigrationTestCase
1616{
1717 public function testRunDown () : void
Original file line number Diff line number Diff line change 99 */
1010namespace Tests \CLI \Commands ;
1111
12- /**
13- * @runTestsInSeparateProcesses
14- */
12+ use PHPUnit \ Framework \ Attributes \ RunTestsInSeparateProcesses ;
13+
14+ #[RunTestsInSeparateProcesses]
1515final class MigrateToTest extends MigrationTestCase
1616{
1717 public function testRunUp () : void
Original file line number Diff line number Diff line change 99 */
1010namespace Tests \CLI \Commands ;
1111
12- /**
13- * @runTestsInSeparateProcesses
14- */
12+ use PHPUnit \ Framework \ Attributes \ RunTestsInSeparateProcesses ;
13+
14+ #[RunTestsInSeparateProcesses]
1515final class MigrateUpTest extends MigrationTestCase
1616{
1717 public function testRunUp () : void
Original file line number Diff line number Diff line change 99 */
1010namespace Tests \CLI \Commands ;
1111
12- /**
13- * @runTestsInSeparateProcesses
14- */
12+ use PHPUnit \ Framework \ Attributes \ RunTestsInSeparateProcesses ;
13+
14+ #[RunTestsInSeparateProcesses]
1515final class MigrationVersionTest extends MigrationTestCase
1616{
1717 public function testNoVersion () : void
Original file line number Diff line number Diff line change 99 */
1010namespace Tests \CLI \Commands ;
1111
12- /**
13- * @runTestsInSeparateProcesses
14- */
12+ use PHPUnit \ Framework \ Attributes \ RunTestsInSeparateProcesses ;
13+
14+ #[RunTestsInSeparateProcesses]
1515final class QueryTest extends DatabaseTestCase
1616{
1717 public function testRun () : void
Original file line number Diff line number Diff line change 1111
1212use Framework \Config \Config ;
1313use Framework \Testing \TestCase ;
14+ use PHPUnit \Framework \Attributes \RunTestsInSeparateProcesses ;
1415
15- /**
16- * @runTestsInSeparateProcesses
17- */
16+ #[RunTestsInSeparateProcesses]
1817final class RoutesTest extends TestCase
1918{
2019 protected function prepareDefaults () : void
Original file line number Diff line number Diff line change 99 */
1010namespace Tests \CLI \Commands ;
1111
12- /**
13- * @runTestsInSeparateProcesses
14- */
12+ use PHPUnit \ Framework \ Attributes \ RunTestsInSeparateProcesses ;
13+
14+ #[RunTestsInSeparateProcesses]
1515final class SeedTest extends DatabaseTestCase
1616{
1717 public function testRun () : void
Original file line number Diff line number Diff line change 99 */
1010namespace Tests \CLI \Commands ;
1111
12- /**
13- * @runTestsInSeparateProcesses
14- */
12+ use PHPUnit \ Framework \ Attributes \ RunTestsInSeparateProcesses ;
13+
14+ #[RunTestsInSeparateProcesses]
1515final class ShowSchemaTest extends DatabaseTestCase
1616{
1717 public function testRun () : void
You can’t perform that action at this time.
0 commit comments