Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the required file to ansi tests #1047

Merged
merged 1 commit into from Oct 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions test/functional/sqlsrv/TC34_PrepAndExec.phpt
Expand Up @@ -7,6 +7,7 @@ Validates that a prepared statement can be successfully executed more than once.
PHPT_EXEC=true
--SKIPIF--
<?php
require_once('MsCommon.inc');
// locale must be set before 1st connection
setUSAnsiLocale();
require('skipif_versions_old.inc');
Expand Down
1 change: 1 addition & 0 deletions test/functional/sqlsrv/TC42_FetchField.phpt
Expand Up @@ -7,6 +7,7 @@ retrieving fields from a table including rows with all supported SQL types (28 t
PHPT_EXEC=true
--SKIPIF--
<?php
require_once('MsCommon.inc');
// locale must be set before 1st connection
setUSAnsiLocale();
require('skipif_versions_old.inc');
Expand Down
1 change: 1 addition & 0 deletions test/functional/sqlsrv/TC43_FetchData.phpt
Expand Up @@ -4,6 +4,7 @@ Fetch Field Data Test verifies the data retrieved via sqlsrv_get_field
PHPT_EXEC=true
--SKIPIF--
<?
require_once('MsCommon.inc');
// locale must be set before 1st connection
setUSAnsiLocale();
require('skipif_versions_old.inc');
Expand Down
1 change: 1 addition & 0 deletions test/functional/sqlsrv/TC44_FetchArray.phpt
Expand Up @@ -7,6 +7,7 @@ by checking all fetch type modes.
PHPT_EXEC=true
--SKIPIF--
<?
require_once('MsCommon.inc');
// locale must be set before 1st connection
setUSAnsiLocale();
require('skipif_versions_old.inc');
Expand Down
1 change: 1 addition & 0 deletions test/functional/sqlsrv/TC45_FetchObject.phpt
Expand Up @@ -6,6 +6,7 @@ Verifies data retrieval via "sqlsrv_fetch_object".
PHPT_EXEC=true
--SKIPIF--
<?php
require_once('MsCommon.inc');
// locale must be set before 1st connection
setUSAnsiLocale();
require('skipif_versions_old.inc');
Expand Down
1 change: 1 addition & 0 deletions test/functional/sqlsrv/TC46_FetchNextResult.phpt
Expand Up @@ -6,6 +6,7 @@ Verifies the functionality of "sqlsrv_next_result"
PHPT_EXEC=true
--SKIPIF--
<?
require_once('MsCommon.inc');
// locale must be set before 1st connection
setUSAnsiLocale();
require('skipif_versions_old.inc');
Expand Down
1 change: 1 addition & 0 deletions test/functional/sqlsrv/TC48_FetchScrollable.phpt
Expand Up @@ -6,6 +6,7 @@ Verifies data retrieval with scrollable result sets.
PHPT_EXEC=true
--SKIPIF--
<?php
require_once('MsCommon.inc');
// locale must be set before 1st connection
setUSAnsiLocale();
require('skipif_versions_old.inc');
Expand Down
4 changes: 3 additions & 1 deletion test/functional/sqlsrv/TC51_StreamRead.phpt
Expand Up @@ -6,7 +6,9 @@ can be successfully retrieved as streams.
--ENV--
PHPT_EXEC=true
--SKIPIF--
<?// locale must be set before 1st connection
<?
require_once('MsCommon.inc');
// locale must be set before 1st connection
setUSAnsiLocale();
require('skipif_versions_old.inc');
?>
Expand Down
1 change: 1 addition & 0 deletions test/functional/sqlsrv/TC55_StreamScrollable.phpt
Expand Up @@ -6,6 +6,7 @@ Verifies the streaming behavior with scrollable resultsets.
PHPT_EXEC=true
--SKIPIF--
<?
require_once('MsCommon.inc');
// locale must be set before 1st connection
setUSAnsiLocale();
require('skipif_versions_old.inc');
Expand Down
1 change: 1 addition & 0 deletions test/functional/sqlsrv/test_stream_large_data.phpt
Expand Up @@ -2,6 +2,7 @@
streaming large amounts of data into a database and getting it out as a string exactly the same.
--SKIPIF--
<?
require_once('MsCommon.inc');
// locale must be set before 1st connection
setUSAnsiLocale();
require('skipif.inc');
Expand Down