X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Flibs%2Frdbms%2FTransactionProfilerTest.php;h=e6ccb34061bd3000e645b33869bae8d561db464e;hp=b6ea4265bad88c52a4e2ad4404d16db2a80e9c01;hb=823a96e2ceab3a552075bde676c03c2cb163ce8f;hpb=3807ca58230828ca26782709ac579e3b9b15805c diff --git a/tests/phpunit/includes/libs/rdbms/TransactionProfilerTest.php b/tests/phpunit/includes/libs/rdbms/TransactionProfilerTest.php index b6ea4265ba..e6ccb34061 100644 --- a/tests/phpunit/includes/libs/rdbms/TransactionProfilerTest.php +++ b/tests/phpunit/includes/libs/rdbms/TransactionProfilerTest.php @@ -3,6 +3,9 @@ use Wikimedia\Rdbms\TransactionProfiler; use Psr\Log\LoggerInterface; +/** + * @covers \Wikimedia\Rdbms\TransactionProfiler + */ class TransactionProfilerTest extends PHPUnit_Framework_TestCase { public function testAffected() { $logger = $this->getMockBuilder( LoggerInterface::class )->getMock();