HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //opt/remi/php70/root/usr/share/tests/pear/Pager/tests/all_tests.php
<?php
// $Id$

require_once 'simple_include.php';
require_once 'pager_include.php';

error_reporting(error_reporting() & ~E_STRICT & ~E_DEPRECATED);

class AllTests extends TestSuite {
    function __construct() {
        parent::__construct('All PEAR::Pager Tests');
        $this->addFile(__DIR__ . '/pager_tests.php');
        $this->addFile(__DIR__ . '/pager_jumping_tests.php');
        $this->addFile(__DIR__ . '/pager_sliding_tests.php');
    }
}