Files
EasySoft-ZenTaoPMS/test/model/tutorial/getproductstats.php
2022-08-09 14:11:38 +08:00

21 lines
576 B
PHP
Executable File

#!/usr/bin/env php
<?php
include dirname(dirname(dirname(__FILE__))) . '/lib/init.php';
include dirname(dirname(dirname(__FILE__))) . '/class/tutorial.class.php';
su('admin');
/**
title=测试 tutorialModel->getProductStats();
cid=1
pid=1
测试是否能拿到数据 >> test
测试是否能拿到数据 >> Test branch
*/
$tutorial = new tutorialTest();
r($tutorial->getProductStatsTest()) && p('1:code') && e('test'); //测试是否能拿到数据
r($tutorial->getProductStatsTest()) && p('1[branches]:1') && e('Test branch'); //测试是否能拿到数据