Example #1
0
 /**
  * @covers                   ::processFiles
  * @expectedException        InvalidArgumentException
  * @expectedExceptionMessage $files must be an array of SplFileInfo instances.
  */
 public function testProcessFilesException()
 {
     $project = new Project(array(), array(), false);
     $project->processFiles(array($this), $this->getOutputter());
 }