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 81eb8d9 commit 26b90a8Copy full SHA for 26b90a8
templates/crud/test/Test.EntityManager.tpl.php
@@ -35,7 +35,7 @@ public function testIndex(): void
35
self::assertPageTitleContains('<?= ucfirst($entity_var_singular); ?> index');
36
37
// Use the $crawler to perform additional assertions e.g.
38
- // self::assertSame('Some text on the page', $crawler->filter('.p')->first());
+ // self::assertSame('Some text on the page', $crawler->filter('.p')->first()->text());
39
}
40
41
public function testNew(): void
0 commit comments