Skip to content

Commit 8a9f8c6

Browse files
Merge branch '2.6' into 2.7
* 2.6: [VarDumper] fix tests under 5.3 [Console] Move QuestionHelperTest to tty group [travis] remove sh wrapper
2 parents 140ff50 + fc300fc commit 8a9f8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Caster/PdoCasterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function testCastPdo()
3636
$this->assertSame('BOTH', $attr['DEFAULT_FETCH_MODE']->class);
3737

3838
$xCast = array(
39-
"\0~\0inTransaction" => false,
39+
"\0~\0inTransaction" => $pdo->inTransaction(),
4040
"\0~\0attributes" => array(
4141
'CASE' => $attr['CASE'],
4242
'ERRMODE' => $attr['ERRMODE'],

0 commit comments

Comments
 (0)