Merge branch '1.x' into 2.x

* 1.x:
  fixed typo
This commit is contained in:
Fabien Potencier
2018-05-18 09:45:53 +02:00
+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) {