Skip to content

Commit

Permalink
Add code coverage for some value objects
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed Feb 25, 2024
1 parent 70425ba commit ecafb16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/InsertEditTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
use const MYSQLI_TYPE_TINY;

#[CoversClass(InsertEdit::class)]
#[CoversClass(EditField::class)]
#[CoversClass(InsertEditColumn::class)]
#[Group('medium')]
class InsertEditTest extends AbstractTestCase
{
Expand Down
1 change: 1 addition & 0 deletions tests/unit/SystemDatabaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
use const MYSQLI_TYPE_STRING;

#[CoversClass(SystemDatabase::class)]
#[CoversClass(SystemColumn::class)]
class SystemDatabaseTest extends AbstractTestCase
{
/**
Expand Down
1 change: 1 addition & 0 deletions tests/unit/VersionInformationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
use PHPUnit\Framework\Attributes\Group;

#[CoversClass(VersionInformation::class)]
#[CoversClass(Release::class)]
class VersionInformationTest extends AbstractTestCase
{
/** @var Release[] */
Expand Down

0 comments on commit ecafb16

Please sign in to comment.