This commit is contained in:
TomasVotruba 2017-10-29 01:32:29 +02:00
parent 155b883490
commit f75eedd9fa

View File

@ -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'