Files
EasySoft-ZenTaoPMS/module/instance/test/model/getservicecount.php
T

27 lines
618 B
PHP
Executable File

#!/usr/bin/env php
<?php
include dirname(__FILE__, 5) . '/test/lib/init.php';
zdTable('instance')->gen(5);
zdTable('space')->gen(5);
/**
title=instanceModel->getServiceCount();
timeout=0
cid=1
- 查看获取到的所有服务的数量 @1
- 查看获取到的所有服务的数量 @1
*/
global $tester;
$tester->loadModel('instance');
su('admin');
$instance = $tester->instance->getServiceCount();
r($instance) && p('') && e('1'); // 查看获取到的所有服务的数量
su('user1');
$instance = $tester->instance->getServiceCount();
r($instance) && p('') && e('1'); // 查看获取到的所有服务的数量