Load class tested
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user