8000 removed the last deprecation notice · guilhermeblanco/symfony@23253c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 23253c4

Browse files
committed
removed the last deprecation notice
1 parent 88dd97e commit 23253c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,10 @@ public function testValidation()
297297
$this->assertEquals(array(Validation::API_VERSION_2_5_BC), $calls[6][1]);
298298
}
299299

300-
public function testFullyConfiguredValidationService()
300+
public function testLegacyFullyConfiguredValidationService()
301301
{
302+
$this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);
303+
302304
if (!extension_loaded('apc')) {
303305
$this->markTestSkipped('The apc extension is not available.');
304306
}

0 commit comments

Comments
 (0)
0