mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-22 18:54:39 +01:00
add test
This commit is contained in:
parent
155b883490
commit
f75eedd9fa
@ -29,6 +29,10 @@ final class Test extends AbstractRectorTestCase
|
||||
__DIR__ . '/wrong/wrong5.php.inc',
|
||||
__DIR__ . '/correct/correct5.php.inc'
|
||||
);
|
||||
$this->doTestFileMatchesExpectedContent(
|
||||
__DIR__ . '/wrong/wrong6.php.inc',
|
||||
__DIR__ . '/correct/correct6.php.inc'
|
||||
);
|
||||
$this->doTestFileMatchesExpectedContent(
|
||||
__DIR__ . '/wrong/SomeClass.php',
|
||||
__DIR__ . '/correct/SomeClass.php'
|
||||
|
Loading…
x
Reference in New Issue
Block a user