Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
848 |
florian |
1 |
<?php
|
|
|
2 |
// $Id$
|
|
|
3 |
|
|
|
4 |
require_once 'simple_include.php';
|
|
|
5 |
require_once 'pager_include.php';
|
|
|
6 |
|
|
|
7 |
$test = &new GroupTest('Pager POST tests');
|
|
|
8 |
$test->addTestFile('pager_post_test.php');
|
|
|
9 |
exit ($test->run(new HTMLReporter()) ? 0 : 1);
|
|
|
10 |
|
|
|
11 |
?>
|