Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de09004

Browse files
committed
[TwigBridge] Removed unused class property
1 parent 95820ea commit de09004

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Symfony/Bridge/Twig/Tests/Extension/CodeExtensionTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
class CodeExtensionTest extends \PHPUnit_Framework_TestCase
1818
{
19-
protected $helper;
20-
2119
public function testFormatFile()
2220
{
2321
$expected = sprintf('<a href="proto://foobar%s#&amp;line=25" title="Click to open this file" class="file_link">%s at line 25</a>', substr(__FILE__, 5), __FILE__);

src/Symfony/Bridge/Twig/Tests/Extension/ExpressionExtensionTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
class ExpressionExtensionTest extends \PHPUnit_Framework_TestCase
1717
{
18-
protected $helper;
19-
2018
public function testExpressionCreation()
2119
{
2220
$template = "{{ expression('1 == 1') }}";

0 commit comments

Comments
 (0)