* [refac] Split xxx.unittest.class.php into model.class.php, tao.class.php and zen.class.php.
This commit is contained in:
@@ -45,11 +45,11 @@ cid=19429
|
||||
*/
|
||||
|
||||
include dirname(__FILE__, 5) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 2) . '/lib/tutorial.unittest.class.php';
|
||||
include dirname(__FILE__, 2) . '/lib/model.class.php';
|
||||
|
||||
zenData('user')->gen(5);
|
||||
|
||||
$tutorial = new tutorialTest();
|
||||
$tutorial = new tutorialModelTest();
|
||||
|
||||
su('admin');
|
||||
$execution = $tutorial->getExecutionTest();
|
||||
|
||||
Reference in New Issue
Block a user