aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/mocks/MockWebRequest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/mocks/MockWebRequest.php')
-rw-r--r--tests/phpunit/mocks/MockWebRequest.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/phpunit/mocks/MockWebRequest.php b/tests/phpunit/mocks/MockWebRequest.php
index 3ac5bfb06702..90475c384ad2 100644
--- a/tests/phpunit/mocks/MockWebRequest.php
+++ b/tests/phpunit/mocks/MockWebRequest.php
@@ -7,8 +7,7 @@
* WebRequest#response), then you might be able to use this mock to simplify
* your tests.
*/
-class MockWebRequest extends WebRequest
-{
+class MockWebRequest extends WebRequest {
/**
* @var WebResponse
*/