95% coverage, getting close.

This commit is contained in:
Joshua Sherman 2014-01-19 22:36:30 -05:00
parent f3d5d12b9f
commit db6e169f7b
6 changed files with 222 additions and 54 deletions

View file

@ -203,7 +203,7 @@ class Config extends Object
* @param array $array configuration error to flatten
* @return array flattened configuration array
*/
private function flatten($environment, $array)
public function flatten($environment, $array)
{
if (is_array($array))
{