Files
EasySoft-ZenTaoPMS/module/story/test/model/getstoryrelationcounts.php
T
2023-10-12 16:22:10 +08:00

20 lines
264 B
PHP
Executable File

#!/usr/bin/env php
<?php
include dirname(__FILE__, 5) . '/test/lib/init.php';
include dirname(__FILE__, 2) . '/story.class.php';
su('admin');
/**
title=测试 storyModel->getStoryRelationCounts();
cid=1
pid=1
*/
$story = new storyTest();
r() && p() && e();