objectStore1 = new StorageObjectStore($baseStorage1); $config['objectstore'] = $this->objectStore1; $this->storage1 = new ObjectStoreStorageOverwrite($config); $baseStorage2 = new Temporary(); $this->objectStore2 = new StorageObjectStore($baseStorage2); $config['objectstore'] = $this->objectStore2; $this->storage2 = new ObjectStoreStorageOverwrite($config); } }