Esempio n. 1
0
 /**
  * @param Place $place
  *
  * @depends testConstruct
  */
 public function testGetKey(Place $place)
 {
     $this->assertEquals(constant('API_KEY'), $place->getKey());
 }
Esempio n. 2
0
 /**
  * API Key
  * @return string
  */
 public function getKey()
 {
     return $this->parent->getKey();
 }