diff options
author | DannyS712 <dannys712.wiki@gmail.com> | 2024-05-10 04:03:32 +0000 |
---|---|---|
committer | DannyS712 <dannys712.wiki@gmail.com> | 2024-05-10 04:07:59 +0000 |
commit | ee75e1c6f9abef512478d8e18b22396682c65579 (patch) | |
tree | caa72d3bf291212ae966708c314a33352107743a /tests/phpunit/includes/api/query/ApiQueryTest.php | |
parent | 205892a73b0c5244fc6cb41f1c0dd9249b85fc04 (diff) | |
download | mediawikicore-ee75e1c6f9abef512478d8e18b22396682c65579.tar.gz mediawikicore-ee75e1c6f9abef512478d8e18b22396682c65579.zip |
Tests: remove a bunch of DummyServicesTrait-related comments
Not sure why I added these, it should be clear from the method names
Change-Id: Ie49881e6f31fad52bb65b0d2ac3e9379dbb7bfc5
Diffstat (limited to 'tests/phpunit/includes/api/query/ApiQueryTest.php')
-rw-r--r-- | tests/phpunit/includes/api/query/ApiQueryTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/phpunit/includes/api/query/ApiQueryTest.php b/tests/phpunit/includes/api/query/ApiQueryTest.php index e161b503efde..03198370412a 100644 --- a/tests/phpunit/includes/api/query/ApiQueryTest.php +++ b/tests/phpunit/includes/api/query/ApiQueryTest.php @@ -27,7 +27,6 @@ class ApiQueryTest extends ApiTestCase { parent::setUp(); // Setup apiquerytestiw: as interwiki prefix - // DummyServicesTrait::getDummyInterwikiLookup $interwikiLookup = $this->getDummyInterwikiLookup( [ [ 'iw_prefix' => 'apiquerytestiw', 'iw_url' => 'wikipedia' ], ] ); |