cheesecake not addresses
This commit is contained in:
@@ -21,7 +21,7 @@ foreach ($iterator as $file) {
|
|||||||
|
|
||||||
$name = $matches[1];
|
$name = $matches[1];
|
||||||
$tableName = Inflector::underscore($name);
|
$tableName = Inflector::underscore($name);
|
||||||
$class = 'CakeAddresses\\Test\\Fixture\\' . $name . 'Fixture';
|
$class = 'CheeseCake\\Test\\Fixture\\' . $name . 'Fixture';
|
||||||
try {
|
try {
|
||||||
$object = (new ReflectionClass($class))->getProperty('fields');
|
$object = (new ReflectionClass($class))->getProperty('fields');
|
||||||
} catch (ReflectionException $e) {
|
} catch (ReflectionException $e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user