fixed typo

This commit is contained in:
Fabien Potencier
2018-05-18 09:45:47 +02:00
parent f4c020923f
commit b705a3a028
+1 -1
View File
@@ -132,7 +132,7 @@ abstract class Twig_Test_IntegrationTestCase extends TestCase
protected function doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs)
{
if (!$outputs) {
$this->markTestSkipped('no legacy tests to run');
$this->markTestSkipped('no tests to run');
}
if ($condition) {