[Tests] Removed dead code in core test
authorGrégoire Pineau <lyrixx@lyrixx.info>
Sun, 8 Jan 2012 16:27:45 +0000 (17:27 +0100)
committerGrégoire Pineau <lyrixx@lyrixx.info>
Sun, 8 Jan 2012 16:27:53 +0000 (17:27 +0100)
test/Twig/Tests/Extension/CoreTest.php

index 3883382..e35a1e4 100644 (file)
@@ -13,8 +13,6 @@ class Twig_Tests_Extension_CoreTest extends PHPUnit_Framework_TestCase
 {
     public function testRandomFunction()
     {
-        $core = new Twig_Extension_Core();
-
         $items = array('apple', 'orange', 'citrus');
         $values = array(
             $items,