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 ce0819d commit 23f2ec6Copy full SHA for 23f2ec6
test/Parser/MediaParserNegotiatorTest.php
@@ -76,7 +76,7 @@ public function parse(string $input)
76
->with('accept')
77
->willReturn(['text/made-up']);
78
79
- $this->assertSame('foo(bar)', $parser->parse('bar'));
+ $this->assertSame('foo(bar)', $negotiator->parse('bar'));
80
}
81
82
public function testAddNewInvalidParserShouldThrowException(): void
0 commit comments