Fix @covers tags to use absolute class names in Storage tests
authorKunal Mehta <legoktm@member.fsf.org>
Fri, 15 Dec 2017 03:20:51 +0000 (19:20 -0800)
committerKunal Mehta <legoktm@member.fsf.org>
Fri, 15 Dec 2017 03:20:51 +0000 (19:20 -0800)
commit471ec51c936a3530bbb311277cd64385df58ab9c
tree5ef20afe1e05dd2d82cb56c965a3ac8856bc1693
parent6bd1e23f4a281b05e6c171653a715c394aac36d6
Fix @covers tags to use absolute class names in Storage tests

PHPUnit doesn't support use statements when evaluating @covers tags.

Change-Id: I7f649afd3e417a6b71b2f61c6ff59be5f404be8f
tests/phpunit/includes/Storage/RevisionSlotsTest.php
tests/phpunit/includes/Storage/RevisionStoreDbTest.php
tests/phpunit/includes/Storage/RevisionStoreRecordTest.php
tests/phpunit/includes/Storage/SqlBlobStoreTest.php