Skip to content

Commit

Permalink
Fix whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 11, 2014
1 parent 2228afd commit 23c4b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/TestSuite/Fixture/CakeTestFixture.php
Expand Up @@ -298,7 +298,7 @@ public function insert($db) {
$message .= "The field '" . $field . "' is in the data fixture but not in the schema." . "\n";
}

throw new CakeException( $message );
throw new CakeException($message);
}
$values[] = $merge;
}
Expand Down

0 comments on commit 23c4b7b

Please sign in to comment.