Skip to content

Commit

Permalink
Removes @Covers annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
uda committed Nov 24, 2015
1 parent 0209a85 commit b443ddc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/unit/ArrTest.php
Expand Up @@ -254,7 +254,6 @@ public function dataMappedContactDifferent()
}

/**
* @covers \Ohanzee\Helper\Arr::fromMapping()
* @dataProvider dataMappedContact
*/
public function testFromMapping($arr)
Expand All @@ -270,7 +269,6 @@ public function testFromMapping($arr)
}

/**
* @covers \Ohanzee\Helper\Arr::fromMapping()
* @dataProvider dataMappedContact
*/
public function testFromMappingEmpty($arr)
Expand All @@ -282,7 +280,6 @@ public function testFromMappingEmpty($arr)
}

/**
* @covers \Ohanzee\Helper\Arr::fromMapping()
* @dataProvider dataMappedContactRecursive
*/
public function testFromMappingRecursive($arr)
Expand All @@ -300,7 +297,6 @@ public function testFromMappingRecursive($arr)
}

/**
* @covers \Ohanzee\Helper\Arr::fromMapping()
* @dataProvider dataMappedContactDifferent
*/
public function testFromMappingDifferent($arr)
Expand Down Expand Up @@ -348,7 +344,6 @@ public function dataRelatedContactRecursive()
}

/**
* @covers \Ohanzee\Helper\Arr::toMapping()
* @dataProvider dataRelatedContact
*/
public function testToMapping($arr)
Expand All @@ -375,7 +370,6 @@ public function testToMapping($arr)
}

/**
* @covers \Ohanzee\Helper\Arr::toMapping()
* @dataProvider dataRelatedContactRecursive
*/
public function testToMappingRecursive($arr)
Expand Down Expand Up @@ -408,7 +402,6 @@ public function testToMappingRecursive($arr)
}

/**
* @covers \Ohanzee\Helper\Arr::toMapping()
* @dataProvider dataRelatedContact
*/
public function testToMappingDifferent($arr)
Expand Down

0 comments on commit b443ddc

Please sign in to comment.