diff --git a/test/bvt/pdo_sqlsrv/readme.txt b/test/bvt/pdo_sqlsrv/readme.txt index 191a4092..43f4a9cc 100644 --- a/test/bvt/pdo_sqlsrv/readme.txt +++ b/test/bvt/pdo_sqlsrv/readme.txt @@ -1,4 +1,7 @@ This folder mainly contains tests that are derived from the code examples on https://docs.microsoft.com/en-us/sql/connect/php/pdo-class -https://docs.microsoft.com/en-us/sql/connect/php/pdostatement-class \ No newline at end of file +https://docs.microsoft.com/en-us/sql/connect/php/pdostatement-class + +Modify connect.inc with the real credentials to run the tests, using the latest run-tests.php from +https://raw.githubusercontent.com/php/php-src/master/run-tests.php \ No newline at end of file diff --git a/test/bvt/sqlsrv/readme.txt b/test/bvt/sqlsrv/readme.txt index 1fc27ef1..d1a2c766 100644 --- a/test/bvt/sqlsrv/readme.txt +++ b/test/bvt/sqlsrv/readme.txt @@ -1,3 +1,6 @@ This folder mainly contains tests that are derived from the code examples on -https://docs.microsoft.com/en-us/sql/connect/php/sqlsrv-driver-api-reference \ No newline at end of file +https://docs.microsoft.com/en-us/sql/connect/php/sqlsrv-driver-api-reference + +Modify connect.inc with the real credentials to run the tests, using the latest run-tests.php from +https://raw.githubusercontent.com/php/php-src/master/run-tests.php \ No newline at end of file