Exemple #1
0
 public function testEmpty()
 {
     $o = new FileAccess('');
     $this->assertEquals(DIRECTORY_SEPARATOR, $o->getLocalPath(''));
 }