added @expectedExceptionMessage
This commit is contained in:
@ -85,6 +85,7 @@ class RedisDebugTest extends PHPUnit_Framework_TestCase
|
||||
|
||||
/**
|
||||
* @expectedException Exception
|
||||
* @expectedExceptionMessage call_user_func_array() expects parameter 1 to be a valid callback
|
||||
* @runInSeparateProcess
|
||||
*/
|
||||
public function testCallUndefinedMethod()
|
||||
|
Reference in New Issue
Block a user