Skip to content

Commit

Permalink
Specified utf8 for the srv test
Browse files Browse the repository at this point in the history
  • Loading branch information
yitam committed Nov 22, 2021
1 parent 1bf3a55 commit 0a92180
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/sqlsrv/srv_1329_string_truncation.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ PHPT_EXEC=true
<?php
require_once('MsCommon.inc');

$conn = AE\connect();
$connectionInfo = array('CharacterSet'=>'UTF-8');
$conn = AE\connect($connectionInfo);

dropTable($conn, 'srv_domains');

Expand Down

0 comments on commit 0a92180

Please sign in to comment.