pager_jumping_tests.php
来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· PHP 代码 · 共 20 行
PHP
20 行
<?php// $Id: pager_jumping_tests.php,v 1.1 2003/11/30 17:30:01 quipo Exp $require_once 'simple_include.php';require_once 'pager_include.php';class PagerJumpingTests extends GroupTest { function PagerJumpingTests() { $this->GroupTest('Pager_Jumping Tests'); $this->addTestFile('pager_jumping_test.php'); $this->addTestFile('pager_jumping_noData_test.php'); }}if (!defined('TEST_RUNNING')) { define('TEST_RUNNING', true); $test = &new PagerTests(); $test->run(new HtmlReporter());}?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?