* [refac] Split xxx.unittest.class.php into model.class.php, tao.class.php and zen.class.php.
This commit is contained in:
@@ -19,11 +19,11 @@ cid=16777
|
||||
*/
|
||||
|
||||
include dirname(__FILE__, 5) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 2) . '/lib/instance.unittest.class.php';
|
||||
include dirname(__FILE__, 2) . '/lib/model.class.php';
|
||||
|
||||
su('admin');
|
||||
|
||||
$instanceTest = new instanceTest();
|
||||
$instanceTest = new instanceModelTest();
|
||||
|
||||
r($instanceTest->__constructTest()) && p('cneLoaded,actionLoaded,parentCalled') && e('1,1,1');
|
||||
r($instanceTest->__constructTest()) && p('cneLoaded') && e('1');
|
||||
|
||||
Reference in New Issue
Block a user