Fix whitespace.

This commit is contained in:
mark_story 2014-12-10 22:17:02 -05:00
parent 2228afda0e
commit 23c4b7b7d5

View file

@ -298,7 +298,7 @@ class CakeTestFixture {
$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;
}