8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c793a commit 4ae5fcaCopy full SHA for 4ae5fca
src/Symfony/Component/Form/Tests/Extension/Core/EventListener/FixUrlProtocolListenerTest.php
@@ -53,7 +53,7 @@ public function testSkipRelativeUrl()
53
$filter = new FixUrlProtocolListener('http');
54
$filter->onSubmit($event);
55
56
- $this->assertEquals('/relative/url', $event->getData());
+ $this->assertSame('/relative/url', $event->getData());
57
}
58
59
public function provideUrlsWithSupportedProtocols()
0 commit comments