* Add switchDB by tests.
This commit is contained in:
Regular → Executable
+4
-1
@@ -10,9 +10,12 @@ 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'); //测试是否能拿到数据
|
||||
r($tutorial->getProductStatsTest()) && p('1[branches]:1') && e('Test branch'); //测试是否能拿到数据
|
||||
Reference in New Issue
Block a user