Skip to content

Commit 57f03b4

Browse files
committed
Fix namespace test
1 parent b24554c commit 57f03b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Todo
22

33
* [x] add simple custom rule test
4-
* [x] run with PHPUnit 10, 11, 12
4+
* [x] run with PHPUnit 8, 11, 12
55
* [x] add PHPStan custom test too
66
* everything should pass
77
* add this to `rectorphp/rector-src` CI to verify everything works well :)

tests/UsePHPParser4Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Rector\RectorCompatTests\Tests\Rector\MakeClassFinalRector;
3+
namespace Rector\RectorCompatTests\Tests;
44

55
use PHPUnit\Framework\TestCase;
66
use PHPUnit\Runner\Version;

0 commit comments

Comments
 (0)