diff options
author | Umherirrender <umherirrender_de.wp@web.de> | 2021-01-09 12:03:10 +0100 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2021-01-14 22:13:55 +0100 |
commit | 0347fd0631aad8b1a25839c1c6750a67532930b3 (patch) | |
tree | 176dfbdb5d4fd85adb20cfc78cc899e961bbc6ad /tests/phpunit/includes/logging/DatabaseLogEntryTest.php | |
parent | ac205fa84c4bf3250bbcd612863061491d6a3a2d (diff) | |
download | mediawikicore-0347fd0631aad8b1a25839c1c6750a67532930b3.tar.gz mediawikicore-0347fd0631aad8b1a25839c1c6750a67532930b3.zip |
Improve some function documentation in tests
Also fix some whitespaces
Change-Id: Ibed50a4f07442d3f299cf545c16f5dbb5f27a411
Diffstat (limited to 'tests/phpunit/includes/logging/DatabaseLogEntryTest.php')
-rw-r--r-- | tests/phpunit/includes/logging/DatabaseLogEntryTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/phpunit/includes/logging/DatabaseLogEntryTest.php b/tests/phpunit/includes/logging/DatabaseLogEntryTest.php index ee5a7290848a..95a72d1dd864 100644 --- a/tests/phpunit/includes/logging/DatabaseLogEntryTest.php +++ b/tests/phpunit/includes/logging/DatabaseLogEntryTest.php @@ -19,8 +19,8 @@ class DatabaseLogEntryTest extends MediaWikiIntegrationTestCase { } /** - * @covers DatabaseLogEntry::newFromId - * @covers DatabaseLogEntry::getSelectQueryData + * @covers DatabaseLogEntry::newFromId + * @covers DatabaseLogEntry::getSelectQueryData * * @dataProvider provideNewFromId * |