Skip to content

Commit

Permalink
Added PHPCS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tranfuga25s committed Dec 9, 2014
1 parent 674af51 commit 360346a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/TestSuite/Fixture/CakeTestFixture.php
Expand Up @@ -295,7 +295,7 @@ public function insert($db) {

$message = 'Fixture invalid: Count of fields does not match count of values in ' . get_class($this) . "\n";
foreach ($mergeFields as $field) {
$message .= "The field '" . $field . "' is in the data fixture but not in the schema." . "\n";
$message .= "The field '" . $field . "' is in the data fixture but not in the schema." . "\n";
}

throw new CakeException( $message );
Expand Down

0 comments on commit 360346a

Please sign in to comment.