replace Exception GeneralException
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
require_once dirname(__FILE__) . '/../../validator/iValidator.php';
|
||||
require_once dirname(__FILE__) . '/../../validator/Validator.php';
|
||||
require_once dirname(__FILE__) . '/../../validator/EqualValidator.php';
|
||||
require_once dirname(__FILE__) . '/../../exception/InitializationException.php';
|
||||
|
||||
class EqualValidatorTest extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
@ -24,7 +25,7 @@ class EqualValidatorTest extends PHPUnit_Framework_TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @expectedException Exception
|
||||
* @expectedException InitializationException
|
||||
* @expectedExceptionMessage Token not defined
|
||||
*/
|
||||
public function testNullToken()
|
||||
|
Reference in New Issue
Block a user