request('GET', '/'); $this->assertResponseIsSuccessful(); $this->assertJsonContains(['@id' => '/']); } }