Skip to content

Commit b3a7b7a

Browse files
committed
Increase Code Coverage
styleci
1 parent 5b6abd0 commit b3a7b7a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/EPP/DOM/DOMElementTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
namespace AfriCC\Tests\EPP\DOM;
44

55
use AfriCC\EPP\DOM\DOMElement;
6-
use PHPUnit\Framework\TestCase;
76
use DOMDocument;
7+
use PHPUnit\Framework\TestCase;
88

99
class DOMElementTest extends TestCase
1010
{

tests/EPP/Frame/Command/Check/DomainCheckTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
namespace AfriCC\Tests\EPP\Frame\Command\Check;
44

55
use AfriCC\EPP\Frame\Command\Check\Domain as DomainCheck;
6-
use PHPUnit\Framework\TestCase;
76
use Exception;
7+
use PHPUnit\Framework\TestCase;
88

99
class DomainCheckTest extends TestCase
1010
{

tests/EPP/Frame/Command/Check/HostCheckTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
namespace AfriCC\Tests\EPP\Frame\Command\Check;
44

55
use AfriCC\EPP\Frame\Command\Check\Host as HostCheck;
6-
use PHPUnit\Framework\TestCase;
76
use Exception;
7+
use PHPUnit\Framework\TestCase;
88

99
class HostCheckTest extends TestCase
1010
{

0 commit comments

Comments
 (0)