fixed Twig unit tests when a template must throw an exception
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 3 Apr 2012 06:59:31 +0000 (08:59 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 3 Apr 2012 06:59:31 +0000 (08:59 +0200)
test/Twig/Tests/integrationTest.php

index 4a41b2e..5a34418 100644 (file)
@@ -29,7 +29,7 @@ class Twig_Tests_IntegrationTest extends PHPUnit_Framework_TestCase
                 $condition = $match[2];
                 $templates = $this->parseTemplates($match[3]);
                 $exception = $match[4];
-                $outputs = array();
+                $outputs = array(null, array(), null, '');
             } elseif (preg_match('/--TEST--\s*(.*?)\s*(?:--CONDITION--\s*(.*))?\s*((?:--TEMPLATE(?:\(.*?\))?--(?:.*?))+)--DATA--.*?--EXPECT--.*/s', $test, $match)) {
                 $message = $match[1];
                 $condition = $match[2];