fileCount() public method

public fileCount ( )
コード例 #1
0
 public function testFileCount()
 {
     $result = new Result(array(), array(), 10);
     $this->assertSame(10, $result->fileCount());
 }