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

@ -32,7 +32,7 @@ class RegistryTest extends PHPUnit_Framework_TestCase
}
/**
* @TODO: make __construct private
* @TODO: Registry - make __construct private
*/
// public function testRegistryConstructor()
// {
@ -56,7 +56,7 @@ class RegistryTest extends PHPUnit_Framework_TestCase
}
/**
* @TODO: check input for null
* @TODO: Registry::isRegistered - check input for null
* @expectedException PHPUnit_Framework_Error
*/
public function testIsRegistered()