Skip to content

Commit 23f2ec6

Browse files
committed
Updated test
1 parent ce0819d commit 23f2ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Parser/MediaParserNegotiatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function parse(string $input)
7676
->with('accept')
7777
->willReturn(['text/made-up']);
7878

79-
$this->assertSame('foo(bar)', $parser->parse('bar'));
79+
$this->assertSame('foo(bar)', $negotiator->parse('bar'));
8080
}
8181

8282
public function testAddNewInvalidParserShouldThrowException(): void

0 commit comments

Comments
 (0)