request('GET', '/api/public/federation_structures'); $this->assertResponseIsSuccessful(); $this->assertJsonContains([ '@context' => '/api/contexts/FederationStructure', '@id' => '/api/public/federation_structures', '@type' => 'hydra:Collection', 'hydra:totalItems' => 2, 'hydra:member' => [ ['name' => 'Root2'], ['name' => 'Other Organization'], ], ]); } }