public function testGetNearby() { $this->assertInstanceOf('GusDeCooL\\GooglePhp\\Component\\Place\\Nearby', $this->place->getNearby()); }
/** * API Key * @return string */ public function getKey() { return $this->parent->getKey(); }