From 23c4b7b7d5dd2fd6fbc4bc15c56ca3371ed910fa Mon Sep 17 00:00:00 2001 From: mark_story Date: Wed, 10 Dec 2014 22:17:02 -0500 Subject: [PATCH] Fix whitespace. --- lib/Cake/TestSuite/Fixture/CakeTestFixture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/TestSuite/Fixture/CakeTestFixture.php b/lib/Cake/TestSuite/Fixture/CakeTestFixture.php index 3dd3fa69ead..a09ed21e243 100644 --- a/lib/Cake/TestSuite/Fixture/CakeTestFixture.php +++ b/lib/Cake/TestSuite/Fixture/CakeTestFixture.php @@ -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; }