Esempio n. 1
0
 public function testItShouldReturnTheLocation()
 {
     $location = $this->beacon->getLocation();
     $this->assertInstanceOf('Symm\\ViewRangerClient\\Model\\Point', $location);
 }