Beispiel #1
0
	public function testNewEmptyImportedURLAttachmentItemGroup() {
		$key = API::groupCreateItem(
			self::$config['ownedPrivateGroupID'], "book", [], $this, 'key'
		);
		return API::groupCreateAttachmentItem(
			self::$config['ownedPrivateGroupID'], "imported_url", [], $key, $this, 'jsonData'
		);
	}