From a9127329fb7fad657bcf4575760b61342e74c5cc Mon Sep 17 00:00:00 2001 From: Martin Hason Date: Wed, 2 Feb 2011 12:43:59 +0100 Subject: [PATCH] fixed test covers --- test/Twig/Tests/Node/Expression/ParentTest.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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) -- 1.7.2.5