Skip to content

Commit

Permalink
Tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
david-puglielli committed Jul 19, 2017
1 parent 9817f4d commit 9d86b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/functional/pdo_sqlsrv/pdo_278_lastinsertid_seq.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require_once("MsSetup.inc");

try{
$database = "tempdb";
$conn = new PDO("sqlsrv:Server=$serverName;Database=$databaseName", $username, $password);
$conn = new PDO("sqlsrv:Server=$serverName;Database=$databaseName", $uid, $pwd);

// sequence is only supported in SQL server 2012 and up (or version 11 and up)
// Output Done once the server version is found to be < 11
Expand Down
2 changes: 1 addition & 1 deletion test/functional/pdo_sqlsrv/pdo_278_lastinsertid_seq_2.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require_once("MsSetup.inc");

try{
$database = "tempdb";
$conn = new PDO("sqlsrv:Server=$server;Database=$databaseName", $username, $password);
$conn = new PDO("sqlsrv:Server=$server;Database=$databaseName", $uid, $pwd);

// sequence is only supported in SQL server 2012 and up (or version 11 and up)
// Output Done once the server version is found to be < 11
Expand Down

0 comments on commit 9d86b86

Please sign in to comment.