diff options
author | Reedy <reedy@wikimedia.org> | 2020-05-16 01:27:13 +0100 |
---|---|---|
committer | Reedy <reedy@wikimedia.org> | 2020-05-16 04:30:21 +0100 |
commit | a8b006426e890f7014e0f209a8186e514c8cf3c2 (patch) | |
tree | d13210e3bb8195b6b892fa1e5c4a616155e5c810 /tests/phpunit/includes/api/ApiQueryPrefixSearchTest.php | |
parent | b7968e948d2bdd700f60e6bd84906a832a0aa8db (diff) | |
download | mediawikicore-a8b006426e890f7014e0f209a8186e514c8cf3c2.tar.gz mediawikicore-a8b006426e890f7014e0f209a8186e514c8cf3c2.zip |
Fix tests/ PSR12.Properties.ConstantVisibility.NotFound
Change-Id: I0beed1a35e046705fb84c9d1f63cf92afd009bb4
Diffstat (limited to 'tests/phpunit/includes/api/ApiQueryPrefixSearchTest.php')
-rw-r--r-- | tests/phpunit/includes/api/ApiQueryPrefixSearchTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/api/ApiQueryPrefixSearchTest.php b/tests/phpunit/includes/api/ApiQueryPrefixSearchTest.php index 9cbffbf48c64..d495ef0f31c3 100644 --- a/tests/phpunit/includes/api/ApiQueryPrefixSearchTest.php +++ b/tests/phpunit/includes/api/ApiQueryPrefixSearchTest.php @@ -8,7 +8,7 @@ * @covers ApiQueryPrefixSearch */ class ApiQueryPrefixSearchTest extends ApiTestCase { - const TEST_QUERY = 'unittest'; + private const TEST_QUERY = 'unittest'; public function setUp() : void { parent::setUp(); |