diff options
author | Umherirrender <umherirrender_de.wp@web.de> | 2019-02-01 20:59:16 +0100 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2019-02-01 20:43:02 +0000 |
commit | fc19d2ab033ff197b355c34ef132ad2a9d29bffc (patch) | |
tree | 7085b60978e1b1435fc3dc70369d919a466b97f8 /tests/phpunit/includes/libs/rdbms/database/DatabaseMysqlBaseTest.php | |
parent | 080edfd840deed635d6f43420229b8465217c9b5 (diff) | |
download | mediawikicore-fc19d2ab033ff197b355c34ef132ad2a9d29bffc.tar.gz mediawikicore-fc19d2ab033ff197b355c34ef132ad2a9d29bffc.zip |
Add missing @covers to database related tests
Change-Id: I370275bb6c5d456b73f6a5f782e231f16c2b0fbe
Diffstat (limited to 'tests/phpunit/includes/libs/rdbms/database/DatabaseMysqlBaseTest.php')
-rw-r--r-- | tests/phpunit/includes/libs/rdbms/database/DatabaseMysqlBaseTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/libs/rdbms/database/DatabaseMysqlBaseTest.php b/tests/phpunit/includes/libs/rdbms/database/DatabaseMysqlBaseTest.php index b7dbe0bd6e56..4c9254512894 100644 --- a/tests/phpunit/includes/libs/rdbms/database/DatabaseMysqlBaseTest.php +++ b/tests/phpunit/includes/libs/rdbms/database/DatabaseMysqlBaseTest.php @@ -672,7 +672,7 @@ class DatabaseMysqlBaseTest extends PHPUnit\Framework\TestCase { $this->assertSame( 'CAST( fieldName AS SIGNED )', $output ); } - /* + /** * @covers Wikimedia\Rdbms\Database::setIndexAliases */ public function testIndexAliases() { |