Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.

Commit 774e6ce

Browse files
authored
Update ElementTest.php
1 parent e8b1ee9 commit 774e6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/ElementTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function testAppendElement(): void
4242
public function testAppendTextNode(): void
4343
{
4444
$element = $this->element->appendTextNode('fix&foxy');
45-
$result = $this->document->evaluate('count(//"fix&foxy")');
45+
// $result = $this->document->evaluate('count(//"fix&foxy")'); // hmm?
4646
$this->assertInstanceOf('PhpBench\Dom\Element', $element);
4747
$this->assertEquals(1, $result);
4848
}

0 commit comments

Comments
 (0)