mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-09 17:06:30 +00:00
[Tests] Removed dead code in core test
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user