Skip to content

Commit 2521656

Browse files
committed
minor #1712 Fix templates/crud/test/Test.EntityManager.tpl.php (lyrixx)
This PR was merged into the 1.x branch. Discussion ---------- Fix templates/crud/test/Test.EntityManager.tpl.php Commits ------- 26b90a8 Fix templates/crud/test/Test.EntityManager.tpl.php
2 parents 81eb8d9 + 26b90a8 commit 2521656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/crud/test/Test.EntityManager.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function testIndex(): void
3535
self::assertPageTitleContains('<?= ucfirst($entity_var_singular); ?> index');
3636

3737
// Use the $crawler to perform additional assertions e.g.
38-
// self::assertSame('Some text on the page', $crawler->filter('.p')->first());
38+
// self::assertSame('Some text on the page', $crawler->filter('.p')->first()->text());
3939
}
4040

4141
public function testNew(): void

0 commit comments

Comments
 (0)