26 lines
720 B
PHP
26 lines
720 B
PHP
#!/usr/bin/env php
|
|
<?php
|
|
|
|
/**
|
|
|
|
title=测试 cneModel->getComponents();
|
|
timeout=0
|
|
cid=1
|
|
|
|
- 获取CNE平台的组件 status @0
|
|
- 获取CNE平台的组件 status @0
|
|
- 获取CNE平台的组件 status @0
|
|
- 获取CNE平台的组件 status @0
|
|
- 获取CNE平台的组件 status @0
|
|
*/
|
|
|
|
include dirname(__FILE__, 5) . '/test/lib/init.php';
|
|
include dirname(__FILE__, 2) . '/lib/cne.unittest.class.php';
|
|
|
|
$cneModel = new cneTest();
|
|
|
|
r($cneModel->getComponentsTest()) && p('status') && e('0');
|
|
r($cneModel->getComponentsTest()) && p('status') && e('0');
|
|
r($cneModel->getComponentsTest()) && p('status') && e('0');
|
|
r($cneModel->getComponentsTest()) && p('status') && e('0');
|
|
r($cneModel->getComponentsTest()) && p('status') && e('0'); |