MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b1705/prendex.com/public_html/tests/
File Upload :
Current < : /hermes/bosweb/b1705/prendex.com/public_html/tests/all_tests.php

<?php
if ( ! defined ( 'SIMPLETEST_ROOT' ) )
  define ( 'SIMPLETEST_ROOT', '../../simpletest/' );

file_exists ( SIMPLETEST_ROOT . 'unit_tester.php' ) or
  die ( 'Simple Test not configured.' );
require_once ( SIMPLETEST_ROOT . 'unit_tester.php' );
require_once ( SIMPLETEST_ROOT . 'reporter.php' );

$test =& new GroupTest ( 'All tests' );
$test->addTestFile ( 'add_duration_test.php' );
$test->run ( new HtmlReporter () );

?>