Files
EasySoft-ZenTaoPMS/module/repo/test/model/checkconnection.php
T

17 lines
278 B
PHP

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