test fixes for product skus add
This commit is contained in:
@@ -59,7 +59,7 @@ Configure::write('App', [
|
||||
Configure::write('debug', true);
|
||||
Configure::write('CakeProducts', [
|
||||
'photos' => [
|
||||
'directory' => PLUGIN_ROOT . DS . 'tests' . DS . 'test_app' . DS . 'webroot' . DS . 'images' . DS . 'products' . DS,
|
||||
'directory' => PLUGIN_ROOT . DS . 'tests' . DS . 'test_app' . DS . 'webroot' . DS . 'uploads' . DS . 'images' . DS . 'products' . DS,
|
||||
],
|
||||
/**
|
||||
* internal CakeProducts settings - used in the source of truth/internal only system.
|
||||
|
||||
Reference in New Issue
Block a user