示例#1
0
<?php

/**
 * @package    EasyCreator
 * @subpackage Views
 * @author     Nikolai Plath
 * @author     Created on 02-Oct-2009
 * @license    GNU/GPL, see JROOT/LICENSE.php
 */
//-- No direct access
defined('_JEXEC') || die('=;)');
$phpUnit = new EcrPearHelperPhpunit();
if (!$phpUnit->checkEnv()) {
    echo 'Env check failed.. cannot continue :(';
    return;
}
$timeStamp = date('Ymd_his');
ecrLoadMedia('php_file_tree');
$jsFile = '';
$jsFile .= " onclick=\"doSelenium('[link]', '[file]', '{$timeStamp}', '[id]');\"";
$jsFolder = '';
$fileTree = new EcrFileTree(JPATH_ROOT . DS . $this->testsBase, '', $jsFile, $jsFolder);
?>

<div class="ecr_floatbox">
    <strong><?php 
echo jgettext('Project');
?>
</strong>
    <div class="ecrBigInfo">
	    <?php