10000
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 fb9d951 commit 693d0cdCopy full SHA for 693d0cd
tests/Symfony/Tests/Bridge/Doctrine/Form/ChoiceList/EntityChoiceListTest.php
@@ -40,9 +40,9 @@ public function testChoicesMustBeManaged()
40
{
41
$entity1 = new SingleIdentEntity(1, 'Foo');
42
$entity2 = new SingleIdentEntity(2, 'Bar');
43
-
+
44
// no persist here!
45
46
$choiceList = new EntityChoiceList(
47
$this->em,
48
self::SINGLE_IDENT_CLASS,
@@ -53,7 +53,7 @@ public function testChoicesMustBeManaged()
53
$entity2,
54
)
55
);
56
57
// triggers loading -> exception
58
$choiceList->getChoices();
59
}
0 commit comments