replace Exception on PHPUnit_Framework_Error
This commit is contained in:
@ -69,7 +69,8 @@ class RouteTest extends PHPUnit_Framework_TestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* @expectedException Exception
|
||||
* @expectedException PHPUnit_Framework_Error
|
||||
* @TODO Need check empty parameters from constructor Route
|
||||
*/
|
||||
public function testMatchEmptyRequest()
|
||||
{
|
||||
|
Reference in New Issue
Block a user