Skip to content

Commit

Permalink
Whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ericclemmons committed May 27, 2011
1 parent fb9d951 commit 693d0cd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ public function testChoicesMustBeManaged()
{
$entity1 = new SingleIdentEntity(1, 'Foo');
$entity2 = new SingleIdentEntity(2, 'Bar');

// no persist here!

$choiceList = new EntityChoiceList(
$this->em,
self::SINGLE_IDENT_CLASS,
Expand All @@ -53,7 +53,7 @@ public function testChoicesMustBeManaged()
$entity2,
)
);

// triggers loading -> exception
$choiceList->getChoices();
}
Expand Down

0 comments on commit 693d0cd

Please sign in to comment.