8000 minor #13097 [VarDumper] fix tests under 5.3 (nicolas-grekas) · symfony/symfony@0d9fcc8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d9fcc8

Browse files
minor #13097 [VarDumper] fix tests under 5.3 (nicolas-grekas)
This PR was merged into the 2.6 branch. Discussion ---------- [VarDumper] fix tests under 5.3 | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 333fb6f [VarDumper] fix tests under 5.3
2 parents f31f5a9 + 333fb6f commit 0d9fcc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/VarDumper/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)
0