|
@@ -38,7 +38,7 @@ class ErrorHandlerTest extends TestCase
|
|
|
*/
|
|
|
public function testErrorHandlerCaptureWarning()
|
|
|
{
|
|
|
- $this->setExpectedException('\ErrorException', 'array_merge(): Argument #2 is not an array');
|
|
|
+ $this->setExpectedException('\ErrorException', 'array_merge');
|
|
|
|
|
|
ErrorHandler::register();
|
|
|
|