Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Aug 6, 2019
1 parent 5f96c0d commit 36466a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function testDateTimeZoneInputWithBc()
$form->submit('Europe/Saratov');

$this->assertEquals(new \DateTimeZone('Europe/Saratov'), $form->getData());
$this->assertStringContainsString('Europe/Saratov', $form->getConfig()->getAttribute('choice_list')->getValues());
$this->assertContainsEquals('Europe/Saratov', $form->getConfig()->getAttribute('choice_list')->getValues());
}

/**
Expand Down

0 comments on commit 36466a3

Please sign in to comment.