mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-07 16:46:51 +01:00
10 lines
230 B
PHP
10 lines
230 B
PHP
<?php
|
|
|
|
require_once(dirname(__FILE__).'/cut.php');
|
|
|
|
$testName='Yii Framework Unit Tests';
|
|
$testPath=dirname(__FILE__).DIRECTORY_SEPARATOR.'framework';
|
|
|
|
$tester=new YiiUnitTester($testPath,$testName);
|
|
|
|
$tester->run($argv); |