added unit tests.

This commit is contained in:
Taylor Otwell
2011-09-04 23:55:28 -05:00
parent cb8e8194ce
commit 018d25c895
6 changed files with 95 additions and 6 deletions

View File

@@ -119,7 +119,7 @@ class Config {
* @param string $file
* @return bool
*/
private function load($file)
protected function load($file)
{
if (isset($this->items[$file])) return true;