Skip to content

Commit 72ec18d

Browse files
committed
fix: pest not running due to outdated class
1 parent deb1805 commit 72ec18d

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/phpmd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ layout: home
1313
## Design
1414

1515

16-
Sun Nov 2 02:33:57 AM CET 2025
16+
Sun Nov 2 07:05:17 PM CET 2025

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<directory suffix="Test.php">./tests</directory>
66
</testsuite>
77
</testsuites>
8-
<coverage includeUncoveredFiles="false" processUncoveredFiles="false">
8+
<coverage includeUncoveredFiles="false">
99
<report>
1010
<clover outputFile="clover.xml"/>
1111
</report>

tests/Delegator/HTMLDocumentDelegatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Html\Element\Block\TableRow;
1111
use Html\TemplateGenerator\HTMLGenerator;
1212

13-
uses(\Html\Trait\GlobalAttributesTrait::class);
13+
// uses(\Html\Trait\GlobalAttributesTrait::class);
1414

1515
beforeEach(function () {
1616
$this->document = HTMLDocument::createEmpty();

tests/Delegator/HTMLElementDelegatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use Html\Enum\TargetEnum;
1212
use Html\TemplateGenerator\HTMLGenerator;
1313

14-
uses(\Html\Trait\GlobalAttributesTrait::class);
14+
// uses(\Html\Trait\GlobalAttributesTrait::class);
1515

1616
beforeEach(function () {
1717
$this->document = HTMLDocumentDelegator::createEmpty();
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use Html\Enum\DirectionEnum;
77
use Html\Enum\SpellCheckEnum;
88

9-
uses(\Html\Trait\GlobalAttributesTrait::class);
9+
// uses(\Html\Trait\GlobalAttributesTrait::class);
1010

1111
beforeEach(function () {
1212
$this->document = HTMLDocumentDelegator::createEmpty();

0 commit comments

Comments
 (0)