Skip to content

Commit

Permalink
Update test/HalResourceTest.php
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
  • Loading branch information
weierophinney authored Aug 1, 2023
1 parent e82ee83 commit b432dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/HalResourceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ public static function nullCollectionDataProvider(): Generator
/**
* @dataProvider nullCollectionDataProvider
*/
public function testNullCollectionWhenEmbedEmtpyEnabled(mixed $collection): void
public function testNullCollectionWhenEmbedEmptyEnabled(mixed $collection): void
{
$resource = (new HalResource([], [], [], true))
->withLink(new Link('self', '/api/contacts'))
Expand Down

0 comments on commit b432dfd

Please sign in to comment.