Load class tested
This commit is contained in:
@ -27,7 +27,7 @@ class ConfigTest extends PHPUnit_Framework_TestCase
|
||||
$this->assertSame($this->_instance, Config::getInstance());
|
||||
|
||||
/**
|
||||
* @TODO: Config class does not instanciate!!! It is still Registry. Use late static binding
|
||||
* @TODO: Config - class does not instanciate, Registry instead!!! Use late static binding
|
||||
*/
|
||||
$this->assertNotEquals('Config', get_class(Config::getInstance()));
|
||||
}
|
||||
|
Reference in New Issue
Block a user