Skip to content

Commit 1354c44

Browse files
committed
fixed CS
1 parent dc6a630 commit 1354c44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/Extension/Core/ChoiceList/AbstractChoiceListTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,14 +257,12 @@ public function testGetValuesForChoices()
257257
$this->assertSame(array($this->value1, $this->value2), $this->list->getValuesForChoices($choices));
258258
}
259259

260-
261260
public function testGetValuesForChoicesPreservesKeys()
262261
{
263262
$choices = array(5 => $this->choice1, 8 => $this->choice2);
264263
$this->assertSame(array(5 => $this->value1, 8 => $this->value2), $this->list->getValuesForChoices($choices));
265264
}
266265

267-
268266
public function testGetValuesForChoicesPreservesOrder()
269267
{
270268
$choices = array($this->choice2, $this->choice1);

0 commit comments

Comments
 (0)