Skip to content

Commit accc7cd

Browse files
committed
call assert and include
1 parent 1d92309 commit accc7cd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

integration/php/main.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
require_once __DIR__ . '/Todo.php';
1111
require_once __DIR__ . '/Todos.php';
1212
require_once __DIR__ . '/Client.php';
13+
require_once __DIR__ . '/CommonFormElementInput.php';
14+
require_once __DIR__ . '/CommonFormElementSelect.php';
15+
require_once __DIR__ . '/CommonFormElementTextArea.php';
1316

1417
$credentials = new \Sdkgen\Client\Credentials\Anonymous();
1518
$client = new \SDK\Client('http://127.0.0.1:1080', $credentials);
@@ -18,6 +21,7 @@
1821
assertGetEntries($client);
1922
assertInsert($client);
2023
assertThrowException($client);
24+
assertGetFormConfig($client);
2125
assertBinary($client);
2226
assertForm($client);
2327
assertJson($client);

0 commit comments

Comments
 (0)