Skip to content

Commit

Permalink
remove xfail from pdostatement_nextRowset.phpt
Browse files Browse the repository at this point in the history
  • Loading branch information
yukiwongky committed Nov 2, 2017
1 parent 50d3c19 commit 1317d67
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion test/functional/pdo_sqlsrv/PDO11_Drivers.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
PDO Drivers Info Test
--DESCRIPTION--
Verifies the functionality of "PDO:getAvailableDrivers().
Verifies the functionality of "PDO:getAvailableDrivers()".
--ENV--
PHPT_EXEC=true
--SKIPIF--
Expand Down
36 changes: 18 additions & 18 deletions test/functional/pdo_sqlsrv/pdo_query_timeout.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,24 @@ try {
}
echo "Done\n";
?>
--EXPECT--
Starting test...
--EXPECTREGEX--
Starting test\.\.\.
Setting query timeout as an attribute in connection
array(3) {
[0]=>
string(5) "HYT00"
[1]=>
int(0)
[2]=>
string(63) "[Microsoft][ODBC Driver 13 for SQL Server]Query timeout expired"
}
array\(3\) \{
\[0\]=>
string\(5\) \"HYT00\"
\[1\]=>
int\(0\)
\[2\]=>
string\(63\) \"\[Microsoft\]\[ODBC Driver 1[1-9] for SQL Server\]Query timeout expired\"
\}
Setting query timeout in the statement
array(3) {
[0]=>
string(5) "HYT00"
[1]=>
int(0)
[2]=>
string(63) "[Microsoft][ODBC Driver 13 for SQL Server]Query timeout expired"
}
array\(3\) \{
\[0\]=>
string\(5\) \"HYT00\"
\[1\]=>
int\(0\)
\[2\]=>
string\(63\) \"\[Microsoft\]\[ODBC Driver 1[1-9] for SQL Server\]Query timeout expired\"
\}
Done
Binary file modified test/functional/pdo_sqlsrv/pdostatement_nextRowset.phpt
Binary file not shown.

0 comments on commit 1317d67

Please sign in to comment.