Skip to content

Commit

Permalink
chore(test): add @Covers
Browse files Browse the repository at this point in the history
  • Loading branch information
imdhemy committed Mar 23, 2024
1 parent dbceac7 commit 40482bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Exception/InspectionErrorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
use Symblaze\MareScan\Exception\InspectionError;
use Symblaze\MareScan\Tests\TestCase;

/**
* @covers \Symblaze\MareScan\Exception\InspectionError
*/
final class InspectionErrorTest extends TestCase
{
#[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
use Symblaze\MareScan\Parser\ParserBuilder;
use Symblaze\MareScan\Tests\TestCase;

/**
* @covers \Symblaze\MareScan\Inspector\TypeCompatibility\MissingDeclareStrictTypesInspector
*/
final class MissingDeclareStrictTypesInspectorTest extends TestCase
{
#[Test]
Expand Down
3 changes: 3 additions & 0 deletions tests/Parser/ParserBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
use Symblaze\MareScan\Parser\ParserBuilder;
use Symblaze\MareScan\Tests\TestCase;

/**
* @covers \Symblaze\MareScan\Parser\ParserBuilder
*/
final class ParserBuilderTest extends TestCase
{
#[Test]
Expand Down

0 comments on commit 40482bb

Please sign in to comment.