18 lines
378 B
PHP
Executable File
18 lines
378 B
PHP
Executable File
#!/usr/bin/env php
|
|
<?php
|
|
|
|
/**
|
|
|
|
title=getBaseCalcPath
|
|
timeout=0
|
|
cid=1
|
|
|
|
- 执行metric模块的getBaseCalcPathTest方法 @module/metric/calc.class.php
|
|
|
|
*/
|
|
include dirname(__FILE__, 5) . '/test/lib/init.php';
|
|
include dirname(__FILE__, 2) . '/lib/calc.unittest.class.php';
|
|
|
|
$metric = new metricTest();
|
|
|
|
r($metric->getBaseCalcPathTest()) && p() && e('module/metric/calc.class.php'); |