updated typo in test

User Group: PHPSP #phptestfestbrasil
This commit is contained in:
Rodrigo Prado 2017-11-07 22:06:52 -02:00 committed by Peter Kokot
parent c245898bfa
commit dc1937e386

View file

@ -38,7 +38,7 @@ if (!isset($config['ENV']['PDOTEST_DSN']) || $config['ENV']['PDOTEST_DSN']===fal
//
// easy way to compile:
// configure --disable-all --enable-cli --enable-zts --enable-pdo --with-pdo-odbc --enable-debug
// configure --disable-all --eanble-cli --enable-pdo --with-pdo-odbc=unixODBC,/usr,/usr --with-unixODBC=/usr --enable-debug
// configure --disable-all --enable-cli --enable-pdo --with-pdo-odbc=unixODBC,/usr,/usr --with-unixODBC=/usr --enable-debug
//
require 'ext/pdo/tests/pdo_test.inc';