22 lines
424 B
PHP
22 lines
424 B
PHP
#!/usr/bin/env php
|
|
<?php
|
|
/**
|
|
|
|
title=测试 customModel->buildMenuItems();
|
|
timeout=0
|
|
cid=1
|
|
|
|
*/
|
|
|
|
include dirname(__FILE__, 5) . '/test/lib/init.php';
|
|
include dirname(__FILE__, 2) . '/custom.class.php';
|
|
|
|
zdTable('lang')->config('lang')->gen(10);
|
|
zdTable('user')->gen(5);
|
|
su('admin');
|
|
|
|
$customTester = new customTest();
|
|
r($customTester->buildMenuItemTest()) && p('name') && e('~~'); // 构造表单项
|
|
|
|
zdTable('lang')->gen(0);
|