<?php 
/** 
 * $Id: test.Javascript.php 562 2006-09-28 16:38:53Z matthieu $ 
 */ 
if (!defined('__CLASS_PATH__')) { 
    define('__CLASS_PATH__', realpath(dirname(__FILE__) . '/../../')); 
} 
require_once __CLASS_PATH__ . '/Autoload.php'; 
/** 
 * launcher for unit test case Test_Html_Javascript 
 * @author Matthieu MARY <[email protected]> 
 * @package html 
 * @subpackage unit_test_case 
 */ 
$test = new Test_Html_Javascript(); 
$test->run(new TextReporter()); 
?>
 
 |