|
|
@@ -289,7 +289,7 @@ class CakeTestFixture {
|
|
|
foreach ($this->records as $record) {
|
|
|
$merge = array_values(array_merge($default, $record));
|
|
|
if (count($fields) !== count($merge)) {
|
|
|
- throw new CakeException('Fixture invalid: Count of fields does not match count of values');
|
|
|
+ throw new CakeException('Fixture invalid: Count of fields does not match count of values in ' . get_class($this));
|
|
|
}
|
|
|
$values[] = $merge;
|
|
|
}
|