mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 12:19:56 +09:00
simpletest * opageController::replaceSrc() 테스트 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6537 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
12e2a68dae
commit
3cc3b8cc39
2 changed files with 65 additions and 2 deletions
|
|
@ -10,10 +10,13 @@
|
|||
function AllTests() {
|
||||
$oContext = &Context::getInstance();
|
||||
$oContext->init();
|
||||
|
||||
$this->TestSuite('XpressEngine Test');
|
||||
|
||||
$this->TestSuite('Classes Test');
|
||||
$this->addFile(dirname(__FILE__).'/classes/context/Context.test.php');
|
||||
|
||||
$this->TestSuite('Module Test');
|
||||
$this->addFile(dirname(__FILE__).'/modules/module/module.test.php');
|
||||
$this->addFile(dirname(__FILE__).'/modules/module/opage.test.php');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue