We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa5404 commit abdf1b1Copy full SHA for abdf1b1
test/Sentry/SentryBundle/Test/EventListener/ExceptionListenerTest.php
@@ -342,7 +342,7 @@ public function test_that_username_is_set_from_user_interface_if_token_present_a
342
public function test_that_username_is_set_from_user_interface_if_token_present_and_user_set_object_with_to_string()
343
{
344
$mockUser = $this->getMockBuilder('stdClass')
345
- ->setMethods(['__toString'])
+ ->setMethods(array('__toString'))
346
->getMock()
347
;
348
0 commit comments