コード例 #1
0
ファイル: CameraTest.php プロジェクト: pachico/voyeur
 /**
  * @covers Pachico\Voyeur\Camera::__construct
  * @covers Pachico\Voyeur\Camera::get_session
  */
 public function testGet_session()
 {
     $this->assertInstanceOf('Behat\\Mink\\Session', $this->_camera->get_session());
 }