public function testGetEmptyProperty()
 {
     $path = '/test/';
     $prop = '';
     $diskClient = new DiskClient();
     $result = $diskClient->getProperty($path, $prop);
     $this->assertFalse($result);
 }