📄 common.phpt
字号:
--TEST--Postgres--SKIPIF--<?php # vim:ft=phpif (!extension_loaded('pdo_pgsql')) print 'skip'; ?>--REDIRECTTEST--# magic auto-configuration$config = array( 'TESTS' => 'ext/pdo/tests');if (false !== getenv('PDO_PGSQL_TEST_DSN')) { # user set them from their shell $config['ENV']['PDOTEST_DSN'] = getenv('PDO_PGSQL_TEST_DSN'); if (false !== getenv('PDO_PGSQL_TEST_ATTR')) { $config['ENV']['PDOTEST_ATTR'] = getenv('PDO_PGSQL_TEST_ATTR'); }} else { $config['ENV']['PDOTEST_DSN'] = 'pgsql:host=localhost port=5432 dbname=test user=root password=';} return $config;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -