From: Martin Hason Date: Wed, 2 Feb 2011 11:43:59 +0000 (+0100) Subject: fixed test covers X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=a9127329fb7fad657bcf4575760b61342e74c5cc;p=web%2Fkonrad%2Ftwig.git fixed test covers --- diff --git a/test/Twig/Tests/Node/Expression/ParentTest.php b/test/Twig/Tests/Node/Expression/ParentTest.php index ef18925..7efbe03 100644 --- a/test/Twig/Tests/Node/Expression/ParentTest.php +++ b/test/Twig/Tests/Node/Expression/ParentTest.php @@ -14,7 +14,7 @@ require_once dirname(__FILE__).'/../TestCase.php'; class Twig_Tests_Node_Expression_ParentTest extends Twig_Tests_Node_TestCase { /** - * @covers Twig_Node_Parent::__construct + * @covers Twig_Node_Expression_Parent::__construct */ public function testConstructor() { @@ -24,7 +24,7 @@ class Twig_Tests_Node_Expression_ParentTest extends Twig_Tests_Node_TestCase } /** - * @covers Twig_Node_Parent::compile + * @covers Twig_Node_Expression_Parent::compile * @dataProvider getTests */ public function testCompile($node, $source, $environment = null)