Example #1
0
 public function testGetRealpath()
 {
     $this->assertEquals(realpath("{$this->root}/dir"), $this->storage->getRealpath('dir'));
 }