fixed test covers
authorMartin Hason <martin.hason@gmail.com>
Wed, 2 Feb 2011 11:43:59 +0000 (12:43 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Thu, 3 Feb 2011 23:55:51 +0000 (00:55 +0100)
test/Twig/Tests/Node/Expression/ParentTest.php

index ef18925..7efbe03 100644 (file)
@@ -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)