/**
  * @expectedException \InvalidArgumentException
  * @expectedExceptionMessage The project with "/path/to/project/" path not found.
  */
 public function testFindNonExistingProject()
 {
     $this->plugin->find(array('anything'), '/path/to/project/');
 }