add uncommented tests

This commit is contained in:
TomasVotruba 2017-08-08 01:20:16 +02:00
parent 4d931010d0
commit d8849f04cd
1 changed files with 8 additions and 8 deletions

View File

@ -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'
);
}
}