test_setup.php.dist
来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· DIST 代码 · 共 39 行
DIST
39 行
<?php// if you get a max execution exceed error uncomment the following line// and modify the time limit as needed//set_time_limit(100);$testcases = array( 'MDB_manager_testcase', 'MDB_api_testcase', 'MDB_usage_testcase', 'MDB_bugs_testcase',);$dbarray[] = array( 'dsn' => array( 'phptype' => 'pgsql', 'username' => 'username', 'password' => 'password', 'hostspec' => 'hostname', ), 'options' => array( ));$dbarray[] = array( 'dsn' => array( 'phptype' => 'mysql', 'username' => 'username', 'password' => 'password', 'hostspec' => 'hostname', ), 'options' => array( 'UseTransactions' => TRUE ));// you may need to uncomment the line and modify the multiplier as you see fit#set_time_limit(60*count($dbarray));?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?