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 4455b0b commit c2ac73fCopy full SHA for c2ac73f
src/TwigComponent/doc/index.rst
@@ -980,7 +980,7 @@ You can test how your component is mounted and rendered using the
980
$this->assertStringContainsString('bar', $rendered);
981
982
// use the crawler
983
- $this->assertCount(5, $rendered->crawler->filter('ul li'));
+ $this->assertCount(5, $rendered->crawler()->filter('ul li'));
984
}
985
986
public function testEmbeddedComponentRenders(): void
0 commit comments