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 b24554c commit 57f03b4Copy full SHA for 57f03b4
README.md
@@ -1,7 +1,7 @@
1
# Todo
2
3
* [x] add simple custom rule test
4
-* [x] run with PHPUnit 10, 11, 12
+* [x] run with PHPUnit 8, 11, 12
5
* [x] add PHPStan custom test too
6
* everything should pass
7
* add this to `rectorphp/rector-src` CI to verify everything works well :)
tests/UsePHPParser4Test.php
@@ -1,6 +1,6 @@
<?php
-namespace Rector\RectorCompatTests\Tests\Rector\MakeClassFinalRector;
+namespace Rector\RectorCompatTests\Tests;
use PHPUnit\Framework\TestCase;
use PHPUnit\Runner\Version;
0 commit comments