8000
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 88dd97e commit 23253c4Copy full SHA for 23253c4
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
@@ -297,8 +297,10 @@ public function testValidation()
297
$this->assertEquals(array(Validation::API_VERSION_2_5_BC), $calls[6][1]);
298
}
299
300
- public function testFullyConfiguredValidationService()
+ public function testLegacyFullyConfiguredValidationService()
301
{
302
+ $this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);
303
+
304
if (!extension_loaded('apc')) {
305
$this->markTestSkipped('The apc extension is not available.');
306
0 commit comments