Skip to content

Commit 487658a

Browse files
committed
Merge branch '2.5' into 2.6
* 2.5: [Form] fix Context\ExecutionContextInterface mock [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 92beed6 + d8fb82b commit 487658a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Form/ChoiceList/GenericEntityChoiceListTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public function testInitShorthandEntityName()
269269

270270
public function testLegacyInitShorthandEntityName()
271271
{
272-
$this->iniSet('error_reporting', -1 & E_USER_DEPRECATED);
272+
$this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);
273273

274274
$item1 = new SingleIntIdEntity(1, 'Foo');
275275
$item2 = new SingleIntIdEntity(2, 'Bar');

0 commit comments

Comments
 (0)