Skip to content

Commit b432dfd

Browse files
Update test/HalResourceTest.php
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
1 parent e82ee83 commit b432dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/HalResourceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ public static function nullCollectionDataProvider(): Generator
752752
/**
753753
* @dataProvider nullCollectionDataProvider
754754
*/
755-
public function testNullCollectionWhenEmbedEmtpyEnabled(mixed $collection): void
755+
public function testNullCollectionWhenEmbedEmptyEnabled(mixed $collection): void
756756
{
757757
$resource = (new HalResource([], [], [], true))
758758
->withLink(new Link('self', '/api/contacts'))

0 commit comments

Comments
 (0)