+ Move unit test from test directory to each module.

This commit is contained in:
zhouxin
2023-04-24 02:16:47 +00:00
parent 8b32e6592a
commit 4efea42989
1671 changed files with 83077 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
#!/usr/bin/env php
<?php
include dirname(__FILE__, 5) . "/test/lib/init.php";
include dirname(__FILE__, 2) . '/tutorial.class.php';
su('admin');
/**
title=测试 tutorialModel->getStories();
cid=1
pid=1
测试是否能拿到数据 >> 1
测试是否能拿到数据 >> 3
*/
$tutorial = new tutorialTest();
r($tutorial->getStoriesTest()) && p('0:module') && e('1'); //测试是否能拿到数据
r($tutorial->getStoriesTest()) && p('1:pri') && e('3'); //测试是否能拿到数据