Fixed up resource class' tests

This commit is contained in:
Josh Sherman 2014-10-02 07:02:29 -04:00
parent 173136ddce
commit 07ed22c58f
2 changed files with 58 additions and 1 deletions

View file

@ -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]))
{