예제 #1
0
 /**
  * @expectedException Webcreate\Vcs\Exception\NotFoundException
  */
 public function testCatForNonExistingPathThrowsException()
 {
     $result = $this->client->cat('/non/existing');
 }