We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d1244 commit ee66069Copy full SHA for ee66069
src/Utils/Testing/SharpAssertions.php
@@ -85,6 +85,18 @@ protected function initSharpAssertions()
85
});
86
}
87
88
+ /**
89
+ * @param string $entityKey
90
+ * @param $instanceId
91
+ * @return mixed
92
+ */
93
+ protected function deleteSharpForm(string $entityKey, $instanceId)
94
+ {
95
+ return $this->deleteJson(
96
+ route("code16.sharp.api.form.delete", [$entityKey, $instanceId])
97
+ );
98
+ }
99
+
100
/**
101
* @param string $entityKey
102
* @param mixed|null $instanceId
0 commit comments