mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-11 18:06:46 +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()
|
public function testRandomFunction()
|
||||||
{
|
{
|
||||||
$core = new Twig_Extension_Core();
|
|
||||||
|
|
||||||
$items = array('apple', 'orange', 'citrus');
|
$items = array('apple', 'orange', 'citrus');
|
||||||
$values = array(
|
$values = array(
|
||||||
$items,
|
$items,
|
||||||
|
|||||||
Reference in New Issue
Block a user