[MediaWiki-commits] [Gerrit] Remove `@covers` annotation from test doc-blocks - change (RelPath)

2015-09-29 Thread jenkins-bot (Code Review)
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 
Gerrit-Reviewer: Ori.livneh 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] Remove `@covers` annotation from test doc-blocks - change (RelPath)

2015-09-29 Thread Ori.livneh (Code Review)
Ori.livneh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/242078

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/RelPath refs/changes/78/242078/1

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: newchange
Gerrit-Change-Id: Iac1008d21e7cfa308c4c2f1c23b979703097d924
Gerrit-PatchSet: 1
Gerrit-Project: RelPath
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh 

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