Current Path : /opt/cpanel/ea-php54/root/usr/share/tests/pear/Pager/tests/ |
Current File : //opt/cpanel/ea-php54/root/usr/share/tests/pear/Pager/tests/pager_post_tests.php |
<?php // $Id$ require_once 'simple_include.php'; require_once 'pager_include.php'; $test = &new GroupTest('Pager POST tests'); $test->addTestFile('pager_post_test.php'); $test->addTestFile('pager_post_test_simple.php'); exit ($test->run(new HTMLReporter()) ? 0 : 1); ?>