Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7e929ab

Browse filesBrowse files
[2.3] missing cleanup for legacy test
1 parent 7d15c1d commit 7e929ab
Copy full SHA for 7e929ab

File tree

1 file changed

+6
-1
lines changed
Filter options

1 file changed

+6
-1
lines changed

‎src/Symfony/Bundle/TwigBundle/Tests/TokenParser/RenderTokenParserTest.php renamed to ‎src/Symfony/Bundle/TwigBundle/Tests/TokenParser/LegacyRenderTokenParserTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/Tests/TokenParser/LegacyRenderTokenParserTest.php
+6-1Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,13 @@
1515
use Symfony\Bundle\TwigBundle\TokenParser\RenderTokenParser;
1616
use Symfony\Bundle\TwigBundle\Node\RenderNode;
1717

18-
class RenderTokenParserTest extends TestCase
18+
class LegacyRenderTokenParserTest extends TestCase
1919
{
20+
public function setUp()
21+
{
22+
$this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);
23+
}
24+
2025
/**
2126
* @dataProvider getTestsForRender
2227
*/

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.