示例#1
0
文件: FileTest.php 项目: phpj/phpj
 public function testSpace()
 {
     $this->assertGreaterThan(0, $this->file->getFreeSpace());
     $this->assertGreaterThan(0, $this->file->getTotalSpace());
     $this->assertGreaterThan(0, $this->file->getUsableSpace());
 }