Skip to content

Commit 2bab326

Browse files
committed
Merge branch '2.6' into 2.7
* 2.6: [2.6] cleanup deprecated uses [2.5] cleanup deprecated uses Conflicts: src/Symfony/Component/Form/composer.json src/Symfony/Component/Security/Tests/Core/LegacySecurityContextInterfaceTest.php
2 parents 06027b1 + e4f1f11 commit 2bab326

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Tests/TokenParser/RenderTokenParserTest.php renamed to Tests/TokenParser/LegacyRenderTokenParserTest.php

Lines 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)