Load class tested

This commit is contained in:
Anton Grebnev
2011-10-06 16:33:50 +04:00
parent 979749b5d3
commit a73ae74bd4
3 changed files with 115 additions and 3 deletions

View File

@ -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()));
}