Skip to content

Commit 6496a56

Browse files
committed
Remove useless comment in test
1 parent 0dd084b commit 6496a56

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/AbstractCrawlerTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -354,10 +354,6 @@ public function testText()
354354
$this->assertSame('my value', $this->createTestCrawler(null)->filterXPath('//ol')->text('my value'));
355355
}
356356

357-
/**
358-
* Tests that innerText() returns only text that is the direct descendent of the current node, in contrast to
359-
* text() that returns the text of all child nodes.
360-
*/
361357
public function testInnerText()
362358
{
363359
self::assertCount(1, $crawler = $this->createTestCrawler()->filterXPath('//*[@id="complex-element"]'));

0 commit comments

Comments
 (0)