Responsible for crawling the paths and gathering information
Beispiel #1
0
 /**
  * @expectedException \KamranAhmed\Smasher\Exceptions\UnreadablePathException
  */
 public function testThrowsExceptionTryingToScanInvalidPath()
 {
     $scanner = new Scanner(new JsonResponse());
     $scanner->scan($this->invalidDirPath);
 }