Skip to content

Commit f3402bd

Browse files
committed
Add @Covers annotations to unit tests
1 parent 39139e4 commit f3402bd

File tree

5 files changed

+11
-0
lines changed

5 files changed

+11
-0
lines changed

tests/Unit/ArrayAssertsTraitTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
* @see ArrayAssertsTrait
4646
* @see Assert
4747
*
48+
* @covers \PhrozenByte\PHPUnitArrayAsserts\ArrayAssertsTrait
49+
* @covers \PhrozenByte\PHPUnitArrayAsserts\Assert
50+
*
4851
* @runTestsInSeparateProcesses
4952
* @preserveGlobalState disabled
5053
*/

tests/Unit/Constraint/ArrayHasItemWithTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
* PHPUnit unit test for the ArrayHasItemWith constraint.
3030
*
3131
* @see ArrayHasItemWith
32+
*
33+
* @covers \PhrozenByte\PHPUnitArrayAsserts\Constraint\ArrayHasItemWith
3234
*/
3335
class ArrayHasItemWithTest extends TestCase
3436
{

tests/Unit/Constraint/ArrayHasKeyWithTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
* PHPUnit unit test for the ArrayHasKeyWith constraint.
3030
*
3131
* @see ArrayHasKeyWith
32+
*
33+
* @covers \PhrozenByte\PHPUnitArrayAsserts\Constraint\ArrayHasKeyWith
3234
*/
3335
class ArrayHasKeyWithTest extends TestCase
3436
{

tests/Unit/Constraint/AssociativeArrayTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
* PHPUnit unit test for the AssociativeArray constraint.
3030
*
3131
* @see AssociativeArray
32+
*
33+
* @covers \PhrozenByte\PHPUnitArrayAsserts\Constraint\AssociativeArray
3234
*/
3335
class AssociativeArrayTest extends TestCase
3436
{

tests/Unit/Constraint/SequentialArrayTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
* PHPUnit unit test for the SequentialArray constraint.
3232
*
3333
* @see SequentialArray
34+
*
35+
* @covers \PhrozenByte\PHPUnitArrayAsserts\Constraint\SequentialArray
3436
*/
3537
class SequentialArrayTest extends TestCase
3638
{

0 commit comments

Comments
 (0)