We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d15c1d commit 7e929abCopy full SHA for 7e929ab
src/Symfony/Bundle/TwigBundle/Tests/TokenParser/RenderTokenParserTest.php renamed to src/Symfony/Bundle/TwigBundle/Tests/TokenParser/LegacyRenderTokenParserTest.php
@@ -15,8 +15,13 @@
15
use Symfony\Bundle\TwigBundle\TokenParser\RenderTokenParser;
16
use Symfony\Bundle\TwigBundle\Node\RenderNode;
17
18
-class RenderTokenParserTest extends TestCase
+class LegacyRenderTokenParserTest extends TestCase
19
{
20
+ public function setUp()
21
+ {
22
+ $this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);
23
+ }
24
+
25
/**
26
* @dataProvider getTestsForRender
27
*/
0 commit comments