File: pager_post_tests.php

package info (click to toggle)
php-pager 2.4.6-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 304 kB
  • ctags: 763
  • sloc: php: 2,620; xml: 660; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
<?php
// $Id: pager_post_tests.php,v 1.2 2008/03/26 22:18:31 quipo Exp $

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);

?>