db_querytool_tests_get.php

来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· PHP 代码 · 共 22 行

PHP
22
字号
<?php// $Id: db_querytool_tests_get.php,v 1.1 2005/02/25 14:25:08 quipo Exp $require_once 'simple_include.php';require_once 'db_querytool_include.php';class DB_QueryToolTests_Get extends GroupTest {    function DB_QueryToolTests_Get() {        $this->GroupTest('DB_QueryTool Get Tests');        $this->addTestFile('db_querytool_testGet.php');        $this->addTestFile('db_querytool_testGetAll.php');        $this->addTestFile('db_querytool_testGetCount.php');        $this->addTestFile('db_querytool_testGetQueryString.php');    }}if (!defined('TEST_RUNNING')) {    define('TEST_RUNNING', true);    $test = &new DB_QueryToolTests_Get();    $test->run(new HtmlReporter());}?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?