We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd084b commit 6496a56Copy full SHA for 6496a56
Tests/AbstractCrawlerTest.php
@@ -354,10 +354,6 @@ public function testText()
354
$this->assertSame('my value', $this->createTestCrawler(null)->filterXPath('//ol')->text('my value'));
355
}
356
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
- */
361
public function testInnerText()
362
{
363
self::assertCount(1, $crawler = $this->createTestCrawler()->filterXPath('//*[@id="complex-element"]'));
0 commit comments