jenkins-bot has submitted this change and it was merged.

Change subject: Remove `@covers` annotation from test doc-blocks
......................................................................


Remove `@covers` annotation from test doc-blocks

`@covers` may only apply to classes, interfaces, and methods.

Change-Id: Iac1008d21e7cfa308c4c2f1c23b979703097d924
---
M tests/RelPathTest.php
1 file changed, 0 insertions(+), 2 deletions(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/RelPathTest.php b/tests/RelPathTest.php
index 0906a52..8b83c12 100644
--- a/tests/RelPathTest.php
+++ b/tests/RelPathTest.php
@@ -73,7 +73,6 @@
 
        /**
         * @dataProvider provideRelPathTestCases
-        * @covers RelPath\getRelativePath
         */
        public function testRelPath( $path, $start, $expected ) {
                $this->assertEquals( $expected, RelPath\getRelativePath( $path, 
$start ) );
@@ -81,7 +80,6 @@
 
        /**
         * @dataProvider provideJoinPathTestCases
-        * @covers RelPath\joinPath
         */
        public function testJoinPath( $base, $path, $expected ) {
                $this->assertEquals( $expected, RelPath\joinPath( $base, $path 
) );

-- 
To view, visit https://gerrit.wikimedia.org/r/242078
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iac1008d21e7cfa308c4c2f1c23b979703097d924
Gerrit-PatchSet: 1
Gerrit-Project: RelPath
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to