[Tests] Removed dead code in core test

This commit is contained in:
Grégoire Pineau
2012-01-08 17:27:45 +01:00
parent fa08e76f09
commit 6ca2ca6050
-2
View File
@@ -13,8 +13,6 @@ class Twig_Tests_Extension_CoreTest extends PHPUnit_Framework_TestCase
{ {
public function testRandomFunction() public function testRandomFunction()
{ {
$core = new Twig_Extension_Core();
$items = array('apple', 'orange', 'citrus'); $items = array('apple', 'orange', 'citrus');
$values = array( $values = array(
$items, $items,