projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
fa08e76
)
[Tests] Removed dead code in core test
author
Grégoire Pineau
<lyrixx@lyrixx.info>
Sun, 8 Jan 2012 16:27:45 +0000 (17:27 +0100)
committer
Grégoire Pineau
<lyrixx@lyrixx.info>
Sun, 8 Jan 2012 16:27:53 +0000 (17:27 +0100)
test/Twig/Tests/Extension/CoreTest.php
patch
|
blob
|
history
diff --git
a/test/Twig/Tests/Extension/CoreTest.php
b/test/Twig/Tests/Extension/CoreTest.php
index
3883382
..
e35a1e4
100644
(file)
--- a/
test/Twig/Tests/Extension/CoreTest.php
+++ b/
test/Twig/Tests/Extension/CoreTest.php
@@
-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,