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.
2 parents f31f5a9 + 333fb6f commit 0d9fcc8Copy full SHA for 0d9fcc8
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