Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 36466a3

Browse files
fix merge
1 parent 5f96c0d commit 36466a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/Tests/Extension/Core/Type/TimezoneTypeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function testDateTimeZoneInputWithBc()
6969
$form->submit('Europe/Saratov');
7070

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

7575
/**

0 commit comments

Comments
 (0)