public function testFileCount()
 {
     $result = new Result(array(), array(), 10);
     $this->assertSame(10, $result->fileCount());
 }