Replacment Exception() on InitializationException(), GeneralException() in /view
This commit is contained in:
@ -139,7 +139,7 @@ class PHPViewTest extends PHPUnit_Framework_TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @expectedException InitializationException
|
||||
* @expectedException GeneralException
|
||||
* @expectedExceptionMessage Template
|
||||
*/
|
||||
public function testErrorTemplate()
|
||||
|
@ -41,7 +41,7 @@ class MsgViewHelperTest extends PHPUnit_Framework_TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @expectedException InitializationException
|
||||
* @expectedException GeneralException
|
||||
* @expectedExceptionMessage Unknown message type
|
||||
*/
|
||||
public function testWrongType()
|
||||
|
Reference in New Issue
Block a user