Skip to content

Commit

Permalink
[Tests] Remove RunTestsInSeparateProcesses in rules-tests (#3555)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Apr 2, 2023
1 parent f9aa52a commit 4e2bef6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@
use PhpParser\Node\Stmt\Class_;
use PhpParser\Node\Stmt\Property;
use PHPUnit\Framework\Attributes\DataProvider;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
use Rector\Core\PhpParser\Node\BetterNodeFinder;
use Rector\FileSystemRector\Parser\FileInfoParser;
use Rector\Naming\ExpectedNameResolver\MatchPropertyTypeExpectedNameResolver;
use Rector\Naming\ValueObject\PropertyRename;
use Rector\Naming\ValueObjectFactory\PropertyRenameFactory;
use Rector\Testing\PHPUnit\AbstractTestCase;

#[RunTestsInSeparateProcesses]
final class PropertyRenameFactoryTest extends AbstractTestCase
{
private PropertyRenameFactory $propertyRenameFactory;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@

use Iterator;
use PHPUnit\Framework\Attributes\DataProvider;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
use Rector\Testing\PHPUnit\AbstractRectorTestCase;

#[RunTestsInSeparateProcesses]
final class PseudoNamespaceToNamespaceRectorTest extends AbstractRectorTestCase
{
#[DataProvider('provideData')]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@

use Iterator;
use PHPUnit\Framework\Attributes\DataProvider;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
use Rector\Testing\PHPUnit\AbstractRectorTestCase;

#[RunTestsInSeparateProcesses]
final class RenameClassRectorTest extends AbstractRectorTestCase
{
#[DataProvider('provideData')]
Expand Down

0 comments on commit 4e2bef6

Please sign in to comment.