Skip to content

Commit

Permalink
change include file to MsCommon_mid-refactor.inc in pdo_quote.phpt
Browse files Browse the repository at this point in the history
  • Loading branch information
yukiwongky committed Nov 2, 2017
1 parent 1317d67 commit a68abdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/pdo_sqlsrv/pdo_quote.phpt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
--TEST--
Test the PDO::quote() method.
--SKIPIF--
<?php require('skipif.inc'); ?>
<?php require('skipif_mid-refactor.inc'); ?>
--FILE--
<?php
require_once("MsCommon.inc");
require_once("MsCommon_mid-refactor.inc");

try {
$conn = connect("", array(PDO::SQLSRV_ATTR_ENCODING => 3, PDO::ATTR_CASE => 2));
Expand Down

0 comments on commit a68abdb

Please sign in to comment.