From 86865163259e5442df070845d41c25af3c32eab0 Mon Sep 17 00:00:00 2001 From: yitam Date: Tue, 13 Jun 2017 12:07:27 -0700 Subject: [PATCH] Modified Readme text files --- test/bvt/pdo_sqlsrv/readme.txt | 5 ++++- test/bvt/sqlsrv/readme.txt | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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