Exemple #1
0
 /**
  * @covers Pachico\Voyeur\Camera::__construct
  * @covers Pachico\Voyeur\Camera::get_session
  */
 public function testGet_session()
 {
     $this->assertInstanceOf('Behat\\Mink\\Session', $this->_camera->get_session());
 }