Exemple #1
0
 /**
  * @covers Pachico\Voyeur\Camera::get_hub_path
  */
 public function testGet_hub_path()
 {
     $this->assertSame(static::HUB_URI, $this->_camera->get_hub_path());
 }