Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
terremoth committed Mar 2, 2024
1 parent ece40b8 commit de2c8d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/BoxDesigner/SingleBorderWithContentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace BoxDesigner\Tests;

use BoxDesigner\CustomBorder;
use BoxDesigner\PreBuilt\SingleLineBorder;
use BoxDesigner\Box;
use BoxDesigner\SideLessThanOneException;
Expand All @@ -14,6 +15,7 @@

#[CoversClass(Box::class)]
#[UsesClass(SingleLineBorder::class)]
#[UsesClass(CustomBorder::class)]
final class SingleBorderWithContentTest extends TestCase
{
/**
Expand Down

0 comments on commit de2c8d5

Please sign in to comment.