0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
webcalendar
/
1.2.3-0
/
standard
/
htdocs
/
tests
/
[
Home
]
File: 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 () ); ?>