fetch("http://www.google.com"); $this->assertEquals($result['url'],"http://www.google.com"); $this->assertNotEmpty($result['id']); $this->assertNotEmpty($result['date']); $this->assertNotEmpty($result['location']); } }