Skip to content

Commit

Permalink
fix double semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
ceeram committed Jan 11, 2013
1 parent 7008b81 commit 92d9b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Utility/DebuggerTest.php
Expand Up @@ -420,7 +420,7 @@ public function testExportVarZero() {
'false' => false, 'false' => false,
'szero' => '0', 'szero' => '0',
'zero' => 0 'zero' => 0
);; );
$result = Debugger::exportVar($data); $result = Debugger::exportVar($data);
$expected = <<<TEXT $expected = <<<TEXT
array( array(
Expand Down

0 comments on commit 92d9b11

Please sign in to comment.