8000 Update src/Symfony/Component/Form/Tests/Extension/Core/EventListener/… · symfony/symfony@4ae5fca · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ae5fca

Browse files
Update src/Symfony/Component/Form/Tests/Extension/Core/EventListener/FixUrlProtocolListenerTest.php
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent c3c793a commit 4ae5fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/Tests/Extension/Core/EventListener/FixUrlProtocolListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function testSkipRelativeUrl()
5353
$filter = new FixUrlProtocolListener('http');
5454
$filter->onSubmit($event);
5555

56-
$this->assertEquals('/relative/url', $event->getData());
56+
$this->assertSame('/relative/url', $event->getData());
5757
}
5858

5959
public function provideUrlsWithSupportedProtocols()

0 commit comments

Comments
 (0)
0