pager_sliding_tests.php
来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· PHP 代码 · 共 21 行
PHP
21 行
<?php// $Id: pager_sliding_tests.php,v 1.2 2003/12/10 20:21:53 quipo Exp $require_once 'simple_include.php';require_once 'pager_include.php';class PagerSlidingTests extends GroupTest { function PagerSlidingTests() { $this->GroupTest('Pager_Sliding Tests'); $this->addTestFile('pager_sliding_test.php'); $this->addTestFile('pager_sliding_notExpanded_test.php'); $this->addTestFile('pager_sliding_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 + -
显示快捷键?