Skip to content

Commit

Permalink
Fix @Covers tag FQNs
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Oct 1, 2018
1 parent 2063f74 commit d20571a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tests/Integration/parsers/RectlangleParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use PHPUnit\Framework\TestCase;

/**
* @covers Maps\RectangleParser
* @covers \Maps\RectangleParser
* @licence GNU GPL v2+
* @author Jeroen De Dauw < [email protected] >
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/ElementTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use PHPUnit\Framework\TestCase;

/**
* @covers Maps\Elements\BaseElement
* @covers \Maps\Elements\BaseElement
*
* @licence GNU GPL v2+
* @author Jeroen De Dauw < [email protected] >
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Elements/CircleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Maps\Elements\Circle;

/**
* @covers Maps\Elements\Circle
* @covers \Maps\Elements\Circle
*
* @licence GNU GPL v2+
* @author Jeroen De Dauw < [email protected] >
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Elements/LineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Maps\Elements\Line;

/**
* @covers Maps\Elements\Line
* @covers \Maps\Elements\Line
*
* @licence GNU GPL v2+
* @author Jeroen De Dauw < [email protected] >
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Elements/LocationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use PHPUnit\Framework\TestCase;

/**
* @covers Maps\Elements\Location
* @covers \Maps\Elements\Location
*
* @licence GNU GPL v2+
* @author Jeroen De Dauw < [email protected] >
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Elements/PolygonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Maps\Elements\Polygon;

/**
* @covers Maps\Elements\Polygon
* @covers \Maps\Elements\Polygon
*
* @licence GNU GPL v2+
* @author Jeroen De Dauw < [email protected] >
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Elements/RectangleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Maps\Elements\Rectangle;

/**
* @covers Maps\Elements\Rectangle
* @covers \Maps\Elements\Rectangle
*
* @licence GNU GPL v2+
* @author Jeroen De Dauw < [email protected] >
Expand Down

0 comments on commit d20571a

Please sign in to comment.