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 1d92309 commit accc7cdCopy full SHA for accc7cd
1 file changed
integration/php/main.php
@@ -10,6 +10,9 @@
10
require_once __DIR__ . '/Todo.php';
11
require_once __DIR__ . '/Todos.php';
12
require_once __DIR__ . '/Client.php';
13
+require_once __DIR__ . '/CommonFormElementInput.php';
14
+require_once __DIR__ . '/CommonFormElementSelect.php';
15
+require_once __DIR__ . '/CommonFormElementTextArea.php';
16
17
$credentials = new \Sdkgen\Client\Credentials\Anonymous();
18
$client = new \SDK\Client('http://127.0.0.1:1080', $credentials);
@@ -18,6 +21,7 @@
21
assertGetEntries($client);
19
22
assertInsert($client);
20
23
assertThrowException($client);
24
+assertGetFormConfig($client);
25
assertBinary($client);
26
assertForm($client);
27
assertJson($client);
0 commit comments