예제 #1
0
파일: FileTest.php 프로젝트: phpj/phpj
 public function testCan()
 {
     $this->assertTrue($this->file->canRead());
     $this->assertTrue($this->file->canWrite());
     $this->assertFalse($this->file->canExecute());
 }