8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31f5a9 commit 333fb6fCopy full SHA for 333fb6f
src/Symfony/Component/VarDumper/Tests/Caster/PdoCasterTest.php
@@ -36,7 +36,7 @@ public function testCastPdo()
36
$this->assertSame('BOTH', $attr['DEFAULT_FETCH_MODE']->class);
37
38
$xCast = array(
39
- "\0~\0inTransaction" => false,
+ "\0~\0inTransaction" => $pdo->inTransaction(),
40
"\0~\0attributes" => array(
41
'CASE' => $attr['CASE'],
42
'ERRMODE' => $attr['ERRMODE'],
0 commit comments