Skip to content

Commit

Permalink
[REFACTOR] PHP 8 Syntax, Add Types
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWeinert committed Oct 21, 2023
1 parent c06b9dc commit 808a050
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/FluentDOM/CreatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -379,10 +379,6 @@ public function testCreatorOptimizeNamespacesCanBeDisabled(): void {
'root',
$_('foo:child', 'text')
)->document;
$this->assertEquals(
'urn:foo',
$document->documentElement->getAttribute('xmlns:foo')
);
$this->assertEquals(
'text',
$document('string(//foo:child)')
Expand Down

0 comments on commit 808a050

Please sign in to comment.