コード例 #1
0
ファイル: DirTest.php プロジェクト: LucasFyl/korakia
 public function testReadable()
 {
     $this->assertEquals(is_readable(TEST_ROOT), dir::readable(TEST_ROOT));
 }