Skip to content

Commit fc300fc

Browse files
[VarDumper] fix tests under 5.3
1 parent 78b8d46 commit fc300fc

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)