We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7ddd0 commit c174bc3Copy full SHA for c174bc3
docs/guides/test-your-api.php
@@ -38,7 +38,7 @@ public function testGetCollection(): void
38
// We provide assertions based on your resource's JSON Schema to save time asserting that the data
39
// matches an expected format, for example here with a collection.
40
$this->assertMatchesResourceCollectionJsonSchema(Book::class);
41
- // PHPUnit default assertios are also available.
+ // PHPUnit default assertions are also available.
42
$this->assertCount(0, $response->toArray()['hydra:member']);
43
}
44
0 commit comments