Skip to content

Commit

Permalink
Missed a few tests for skipif
Browse files Browse the repository at this point in the history
  • Loading branch information
yitam committed Oct 27, 2017
1 parent 886a7d7 commit 83a378b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/functional/sqlsrv/TC86_InsertNulls.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Test inserting nulls into nullable columns
--ENV--
PHPT_EXEC=true
--SKIPIF--
<?php require('skipif.inc'); ?>
<?php require('skipif_versions_old.inc'); ?>
--FILE--
<?php
require_once('MsCommon.inc');
Expand Down
2 changes: 1 addition & 1 deletion test/functional/sqlsrv/sqlsrv_bind_output_param.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This test verifys binding output paramter for data types below except null, Date
--ENV--
PHPT_EXEC=true
--SKIPIF--
<?php require('skipif.inc'); ?>
<?php require('skipif_versions_old.inc'); ?>
--FILE--
<?php
require_once('MsCommon.inc');
Expand Down
2 changes: 1 addition & 1 deletion test/functional/sqlsrv/sqlsrv_stmt_option_invalid_key.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Testing statement option with integer and invalid string key
--ENV--
PHPT_EXEC=true
--SKIPIF--
<?php require('skipif.inc'); ?>
<?php require('skipif_versions_old.inc'); ?>
--FILE--
<?php

Expand Down

0 comments on commit 83a378b

Please sign in to comment.