callGet('/health/anti-virus'); $this->assertEquals(200, $response['headers']['status-code']); $this->assertNotEmpty($response['body']['status']); $this->assertIsString($response['body']['status']); $this->assertIsString($response['body']['version']); } }