We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f66b18 commit 91dd86eCopy full SHA for 91dd86e
1 file changed
tests/Config/RectorConfigTest.php
@@ -4,14 +4,12 @@
4
5
namespace Rector\Tests\Config;
6
7
-use PHPUnit\Framework\Attributes\RunClassInSeparateProcess;
8
use Rector\Configuration\Option;
9
use Rector\Configuration\Parameter\SimpleParameterProvider;
10
use Rector\Symfony\Set\TwigSetList;
11
use Rector\Testing\PHPUnit\AbstractLazyTestCase;
12
use Rector\TypeDeclaration\Rector\ClassMethod\ReturnTypeFromReturnNewRector;
13
14
-#[RunClassInSeparateProcess]
15
final class RectorConfigTest extends AbstractLazyTestCase
16
{
17
public function test(): void
0 commit comments