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