request('GET', '/api/connectors'); $this->assertResponseIsSuccessful(); $this->assertMatchesResourceCollectionJsonSchema(Connector::class); $this->assertCount(0, $response->toArray()['hydra:member']); } }