Source for file Ethna_View_UnitTest.php
Documentation is available at Ethna_View_UnitTest.php
* Ethna_View_UnitTest.php
* @author Takuya Ookubo <sfio@sakura.ai.to>
* @license http://www.opensource.org/licenses/bsd-license.php The BSD License
* __ethna_unittest__ビューの実装
* @author Takuya Ookubo <sfio@sakura.ai.to>
$max_execution_time =
ini_get('max_execution_time');
header("Expires: Thu, 01 Jan 1970 00:00:00 GMT");
header("Last-Modified: " .
gmdate("D, d M Y H:i:s \G\M\T"));
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
$this->af->setApp('app_id', $ctl->getAppId());
$file =
sprintf("%s/%s_UnitTestManager.php",
$ctl->getDirectory('app'),
$r =
sprintf("%s_UnitTestManager", $ctl->getAppId());
$ut =
& new $r($this->backend);
list
($report, $result) =
$ut->run();
$this->af->setApp('report', $report);
$this->af->setApp('result', $result);
Documentation generated on Fri, 11 Nov 2011 04:01:13 +0900 by phpDocumentor 1.4.3