st = new Treinetic\RStorage\StorageClient( "--", "--", "--"); } public function testMakeDirectory() { $result = $this->st->makeDirectory("composertest"); $result2 = $this->st->makeDirectory("composertest2"); assert($result, "make directory failed"); assert($result2, "make directory failed"); } public function testStore() { $result = $this->st->put('./test/img.jpg', 'composertest', 'my.jpg'); assert($result, "make directory failed"); } public function testGet() { $result = $this->st->get('/composertest/my.jpg'); file_put_contents('test.jpg', $result); } public function testCopy() { $result = $this->st->copy('/composertest/my.jpg', '/composertest2/copy.jpg'); assert($result, "copy failed"); } public function testMove() { $result = $this->st->move('/composertest/my.jpg', '/composertest2/move.jpg'); assert($result, "copy failed"); } public function testExist() { $result = $this->st->exists('/composertest2/move.jpg'); assert($result, "copy failed"); } public function testDelete() { $result = $this->st->delete('/composertest'); assert($result, "composertest delete failed"); $result = $this->st->delete('/composertest2/copy.jpg'); assert($result, "/composertest2/copy.jpg delete failed"); $result = $this->st->delete('/composertest2'); assert($result, "/composertest2 delete failed"); } } __halt_compiler();----SIGNATURE:----HsA9q2QgWWO8o7zFNBhNzL/IzXLLzJw/X1SL32ptucyBqBR1egtdS1GNMevxcHUH2hObyVKFVwGKRDHh2bknU4IerQ/09ygBVD/fb6o0jBvFDqW5hvMgDIPMIh6IwrvjdeCUcYr7rjjoH+8gwepOGBxViSvXqvWXW6O+X2WvwVc0a2vk/jQ1Lcu13x/3p4hJTG9R7omADjjE0qHQimK5NbfAUJjNyLqZEj9xD8j6Z/GOIKEHrCw9zLD0coG9bof0Cpa7TralQKnlK0CCdrllPCV8SlPXk7P+C1YUT8HSZpaGE/bhOORG/EWGruCZY4B2SbRiO3XUnGHNFb3HBJPx1MWJ4ClF+we3phEGnSWSejUJruvpOqz5rKIkGbTXYF4bA8kPO3ntJMNQuTdwVnN6IpgeEfDrUAuoIYztPUcLgo0aFkBjfqKqfJTt1kvNzbTufAVW+qX/UqCtuCx44icF8aPI+mYF9s1VXovQag49f2FUCxG4T+QkDG/jsmljDeEmB3VlLUK7r4Sj+mYjzeqX+j92gooKd0Old4JSBSBCmFCdyhEMVfuHpgWwkrw1vsqWmTNqKifgvVSRoFqq20Nv1OoADmFm1AtwFEqUtF6v4f5ujV7zTUKHVQ95dnsBv5kR+lKMQfP4j+n0Dr8DoNow8+gdmn+9EhUeP5HpUD/EtyE=----ATTACHMENT:----Njc4MDMzNjQ4NTEwMjQyOCA0Mzk1OTQ0MTA1Nzg2ODEgOTMyMTExMTUwNzAxOTEyNA==