simple_include.php

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

PHP
13
字号
<?php// $Id: simple_include.php,v 1.1 2005/02/25 14:15:59 quipo Exp $set_time_limit(0);if (!defined('SIMPLE_TEST')) {    define('SIMPLE_TEST', dirname(__FILE__).'/path/to/simpletest/');}require_once(SIMPLE_TEST . 'unit_tester.php');require_once(SIMPLE_TEST . 'reporter.php');require_once(SIMPLE_TEST . 'mock_objects.php');?>

⌨️ 快捷键说明

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