Skip to content

Commit 9a4e2c8

Browse files
authored
Clean up #[RunClassInSeparateProcess] tweak (#721)
1 parent fc00253 commit 9a4e2c8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

rules-tests/DependencyInjection/Rector/Class_/CommandGetByTypeToConstructorInjectionRector/CommandGetByTypeToConstructorInjectionRectorTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66

77
use Iterator;
88
use PHPUnit\Framework\Attributes\DataProvider;
9-
use PHPUnit\Framework\Attributes\RunClassInSeparateProcess;
109
use Rector\Testing\PHPUnit\AbstractRectorTestCase;
1110

12-
#[RunClassInSeparateProcess]
1311
final class CommandGetByTypeToConstructorInjectionRectorTest extends AbstractRectorTestCase
1412
{
1513
#[DataProvider('provideData')]

rules-tests/DependencyInjection/Rector/Class_/GetBySymfonyStringToConstructorInjectionRector/GetBySymfonyStringToConstructorInjectionRectorTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66

77
use Iterator;
88
use PHPUnit\Framework\Attributes\DataProvider;
9-
use PHPUnit\Framework\Attributes\RunClassInSeparateProcess;
109
use Rector\Testing\PHPUnit\AbstractRectorTestCase;
1110

12-
#[RunClassInSeparateProcess]
1311
final class GetBySymfonyStringToConstructorInjectionRectorTest extends AbstractRectorTestCase
1412
{
1513
#[DataProvider('provideData')]

0 commit comments

Comments
 (0)