Skip to content

Commit

Permalink
Fix @Covers tags
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Oct 9, 2014
1 parent 37747f4 commit 6b5da7b
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 20 deletions.
4 changes: 1 addition & 3 deletions tests/DataValues/DecimalMathTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
use DataValues\DecimalValue;

/**
* @covers DataValues\DecimalMathTest
*
* @since 0.1
* @covers DataValues\DecimalMath
*
* @group DataValue
* @group DataValueExtensions
Expand Down
2 changes: 0 additions & 2 deletions tests/DataValues/DecimalValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
/**
* @covers DataValues\DecimalValue
*
* @since 0.1
*
* @group DataValue
* @group DataValueExtensions
*
Expand Down
2 changes: 0 additions & 2 deletions tests/DataValues/QuantityValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
/**
* @covers DataValues\QuantityValue
*
* @since 0.1
*
* @group DataValue
* @group DataValueExtensions
*
Expand Down
4 changes: 1 addition & 3 deletions tests/ValueFormatters/BasicLocalizerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
use ValueFormatters\BasicNumberLocalizer;

/**
* @covers ValueFormatters\BasicLocalizer
*
* @since 0.3
* @covers ValueFormatters\BasicNumberLocalizer
*
* @group DataValue
* @group DataValueExtensions
Expand Down
2 changes: 0 additions & 2 deletions tests/ValueFormatters/DecimalFormatterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
/**
* @covers ValueFormatters\DecimalFormatter
*
* @since 0.1
*
* @group ValueFormatters
* @group DataValueExtensions
*
Expand Down
2 changes: 0 additions & 2 deletions tests/ValueFormatters/QuantityFormatterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
/**
* @covers ValueFormatters\QuantityFormatter
*
* @since 0.1
*
* @group ValueFormatters
* @group DataValueExtensions
*
Expand Down
2 changes: 0 additions & 2 deletions tests/ValueParsers/BasicNumberUnlocalizerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
/**
* @covers ValueParsers\BasicNumberUnlocalizer
*
* @since 0.3
*
* @group DataValue
* @group DataValueExtensions
*
Expand Down
2 changes: 0 additions & 2 deletions tests/ValueParsers/DecimalParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
/**
* @covers ValueParsers\DecimalParser
*
* @since 0.1
*
* @group DataValue
* @group DataValueExtensions
*
Expand Down
2 changes: 0 additions & 2 deletions tests/ValueParsers/QuantityParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
/**
* @covers ValueParsers\QuantityParser
*
* @since 0.1
*
* @group DataValue
* @group DataValueExtensions
*
Expand Down

0 comments on commit 6b5da7b

Please sign in to comment.