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
* @version $Id: Ethna_View_UnitTest.php 432 2006-11-28 04:52:54Z ichii386 $
* __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 Thu, 08 May 2008 00:15:41 +0900 by phpDocumentor 1.4.2