Exemple #1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testInWithNonDirectoryGlob()
 {
     $finder = new ehough_finder_Finder();
     $finder->in(dirname(__FILE__) . '/Fixtures/A/a*');
 }