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 5459428 commit 4a5e360Copy full SHA for 4a5e360
tests/Integration/Http/Resources/JsonApi/JsonApiResourceTest.php
@@ -58,15 +58,6 @@ protected function afterRefreshingDatabase()
58
});
59
}
60
61
- public function testBaseJsonResourceCanBeConvertedToJsonApiResource()
62
- {
63
- $user = UserFactory::new()->create();
64
-
65
- $resource = (new UserResource($user))->asJsonApi();
66
67
- $this->assertInstanceOf(JsonApiResource::class, $resource);
68
- }
69
70
public function testItCanGenerateJsonApiResponse()
71
{
72
$user = UserFactory::new()->create();
0 commit comments