Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5336c79

Browse filesBrowse files
committed
Use assertSame here as well
1 parent 661be98 commit 5336c79
Copy full SHA for 5336c79

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Form/Tests/Extension/Core/Type/TimeTypeTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/Type/TimeTypeTest.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ public function testArrayTimeWithReferenceDoesNotUseReferenceTimeOnZero()
997997
'hour' => '23',
998998
'minute' => '0',
999999
], $form->getData());
1000-
$this->assertEquals($input, $form->getViewData());
1000+
$this->assertSame($input, $form->getViewData());
10011001
}
10021002

10031003
/**

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.