created DomainZones ApiCommand

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2018-03-19 21:25:23 +01:00
parent 975d46044d
commit 190c95baca
3 changed files with 372 additions and 228 deletions

View File

@@ -98,7 +98,7 @@ class DirProtectionsTest extends TestCase
public function testResellerDirProtectionsGet()
{
global $admin_userdata;
// get customer
// get reseller
$json_result = Admins::getLocal($admin_userdata, array(
'loginname' => 'reseller'
))->get();