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 9
9
*/
10
10
namespace Tests \CLI \Commands ;
11
11
12
- /**
13
- * @runTestsInSeparateProcesses
14
- */
12
+ use PHPUnit \ Framework \ Attributes \ RunTestsInSeparateProcesses ;
13
+
14
+ #[RunTestsInSeparateProcesses]
15
15
final class ListSchemasTest extends DatabaseTestCase
16
16
{
17
17
public function testRun () : void
Original file line number Diff line number Diff line change 11
11
12
12
use Framework \Config \Config ;
13
13
use Framework \Testing \TestCase ;
14
+ use PHPUnit \Framework \Attributes \RunTestsInSeparateProcesses ;
14
15
15
- /**
16
- * @runTestsInSeparateProcesses
17
- */
16
+ #[RunTestsInSeparateProcesses]
18
17
final class MakeRoutesTest extends TestCase
19
18
{
20
19
protected function prepareDefaults () : void
Original file line number Diff line number Diff line change 9
9
*/
10
10
namespace Tests \CLI \Commands ;
11
11
12
- /**
13
- * @runTestsInSeparateProcesses
14
- */
12
+ use PHPUnit \ Framework \ Attributes \ RunTestsInSeparateProcesses ;
13
+
14
+ #[RunTestsInSeparateProcesses]
15
15
final class MigrateDownTest extends MigrationTestCase
16
16
{
17
17
public function testRunDown () : void
Original file line number Diff line number Diff line change 9
9
*/
10
10
namespace Tests \CLI \Commands ;
11
11
12
- /**
13
- * @runTestsInSeparateProcesses
14
- */
12
+ use PHPUnit \ Framework \ Attributes \ RunTestsInSeparateProcesses ;
13
+
14
+ #[RunTestsInSeparateProcesses]
15
15
final class MigrateToTest extends MigrationTestCase
16
16
{
17
17
public function testRunUp () : void
Original file line number Diff line number Diff line change 9
9
*/
10
10
namespace Tests \CLI \Commands ;
11
11
12
- /**
13
- * @runTestsInSeparateProcesses
14
- */
12
+ use PHPUnit \ Framework \ Attributes \ RunTestsInSeparateProcesses ;
13
+
14
+ #[RunTestsInSeparateProcesses]
15
15
final class MigrateUpTest extends MigrationTestCase
16
16
{
17
17
public function testRunUp () : void
Original file line number Diff line number Diff line change 9
9
*/
10
10
namespace Tests \CLI \Commands ;
11
11
12
- /**
13
- * @runTestsInSeparateProcesses
14
- */
12
+ use PHPUnit \ Framework \ Attributes \ RunTestsInSeparateProcesses ;
13
+
14
+ #[RunTestsInSeparateProcesses]
15
15
final class MigrationVersionTest extends MigrationTestCase
16
16
{
17
17
public function testNoVersion () : void
Original file line number Diff line number Diff line change 9
9
*/
10
10
namespace Tests \CLI \Commands ;
11
11
12
- /**
13
- * @runTestsInSeparateProcesses
14
- */
12
+ use PHPUnit \ Framework \ Attributes \ RunTestsInSeparateProcesses ;
13
+
14
+ #[RunTestsInSeparateProcesses]
15
15
final class QueryTest extends DatabaseTestCase
16
16
{
17
17
public function testRun () : void
Original file line number Diff line number Diff line change 11
11
12
12
use Framework \Config \Config ;
13
13
use Framework \Testing \TestCase ;
14
+ use PHPUnit \Framework \Attributes \RunTestsInSeparateProcesses ;
14
15
15
- /**
16
- * @runTestsInSeparateProcesses
17
- */
16
+ #[RunTestsInSeparateProcesses]
18
17
final class RoutesTest extends TestCase
19
18
{
20
19
protected function prepareDefaults () : void
Original file line number Diff line number Diff line change 9
9
*/
10
10
namespace Tests \CLI \Commands ;
11
11
12
- /**
13
- * @runTestsInSeparateProcesses
14
- */
12
+ use PHPUnit \ Framework \ Attributes \ RunTestsInSeparateProcesses ;
13
+
14
+ #[RunTestsInSeparateProcesses]
15
15
final class SeedTest extends DatabaseTestCase
16
16
{
17
17
public function testRun () : void
Original file line number Diff line number Diff line change 9
9
*/
10
10
namespace Tests \CLI \Commands ;
11
11
12
- /**
13
- * @runTestsInSeparateProcesses
14
- */
12
+ use PHPUnit \ Framework \ Attributes \ RunTestsInSeparateProcesses ;
13
+
14
+ #[RunTestsInSeparateProcesses]
15
15
final class ShowSchemaTest extends DatabaseTestCase
16
16
{
17
17
public function testRun () : void
You can’t perform that action at this time.
0 commit comments