Fixed up resource class' tests
This commit is contained in:
parent
173136ddce
commit
07ed22c58f
2 changed files with 58 additions and 1 deletions
|
@ -139,7 +139,7 @@ class Config extends \ArrayObject
|
|||
$config['environment'] = $environment;
|
||||
|
||||
// Defaults expected Pickles variables to false
|
||||
foreach (['cache', 'profiler'] as $variable)
|
||||
foreach (['auth', 'cache', 'profiler'] as $variable)
|
||||
{
|
||||
if (!isset($config['pickles'][$variable]))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue