Fix invalid PHPUnit covers annotation
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
a4940d79ec
commit
1b2138b502
@ -8,7 +8,7 @@ use PhpMyAdmin\Gis\Ds\Point;
|
||||
use PhpMyAdmin\Gis\Ds\Polygon;
|
||||
use PhpMyAdmin\Tests\AbstractTestCase;
|
||||
|
||||
/** @covers \PhpMyAdmin\Ds\Polygon */
|
||||
/** @covers \PhpMyAdmin\Gis\Ds\Polygon */
|
||||
class PolygonTest extends AbstractTestCase
|
||||
{
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user