diff --git a/lib/Cake/TestSuite/Fixture/CakeTestFixture.php b/lib/Cake/TestSuite/Fixture/CakeTestFixture.php index 3dd3fa69e..a09ed21e2 100644 --- a/lib/Cake/TestSuite/Fixture/CakeTestFixture.php +++ b/lib/Cake/TestSuite/Fixture/CakeTestFixture.php @@ -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; }