Thanks to visit codestin.com Credit goes to github.com
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 620d9dc commit 392570eCopy full SHA for 392570e
src/Symfony/Bundle/WebProfilerBundle/Tests/Controller/RouterControllerTest.php
@@ -40,7 +40,7 @@ public function testFalseNegativeTrace()
40
$matchedRouteCell = $crawler
41
->filter('#router-logs .status-success td')
42
->reduce(function (Crawler $td) use ($path): bool {
43
- return $td->innerText() === $path;
+ return $td->text() === $path;
44
});
45
46
$this->assertSame(1, $matchedRouteCell->count());
0 commit comments