diff --git a/tests/Rector/Contrib/Nette/NetteObjectToSmartTraitRector/Test.php b/tests/Rector/Contrib/Nette/NetteObjectToSmartTraitRector/Test.php index 3f9cb5e3e3b..ea2b3c430b9 100644 --- a/tests/Rector/Contrib/Nette/NetteObjectToSmartTraitRector/Test.php +++ b/tests/Rector/Contrib/Nette/NetteObjectToSmartTraitRector/Test.php @@ -12,13 +12,13 @@ final class Test extends AbstractReconstructorTestCase __DIR__ . '/wrong/wrong.php.inc', __DIR__ . '/correct/correct.php.inc' ); - // $this->doTestFileMatchesExpectedContent( -// __DIR__ . '/wrong/wrong2.php.inc', -// __DIR__ . '/correct/correct2.php.inc' -// ); -// $this->doTestFileMatchesExpectedContent( -// __DIR__ . '/wrong/wrong3.php.inc', -// __DIR__ . '/correct/correct3.php.inc' -// ); + $this->doTestFileMatchesExpectedContent( + __DIR__ . '/wrong/wrong2.php.inc', + __DIR__ . '/correct/correct2.php.inc' + ); + $this->doTestFileMatchesExpectedContent( + __DIR__ . '/wrong/wrong3.php.inc', + __DIR__ . '/correct/correct3.php.inc' + ); } }