Skip to content

Commit 5b0fc46

Browse files
Merge branch '2.7'
* 2.7: [2.6] fix deprecation silencing... [Form] fix Context\ExecutionContextInterface mock add german translation for checkDNS option [Validator] marks TraversalStrategy::STOP_RECURSION constant internal as it has been introduced for the BC layer and will be removed in 3.0.
2 parents efc6a7a + cdae349 commit 5b0fc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/LegacyOptionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class LegacyOptionsTest extends \PHPUnit_Framework_TestCase
2323

2424
protected function setUp()
2525
{
26-
$this->iniSet('error_reporting', -1 & E_USER_DEPRECATED);
26+
$this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);
2727

2828
$this->options = new OptionsResolver();
2929
}

0 commit comments

Comments
 (0)