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 9b1990f commit 4cb0d14Copy full SHA for 4cb0d14
src/Resources/skeleton/crud/test/Test.EntityManager.tpl.php
@@ -54,7 +54,7 @@ public function testNew(): void
54
55
self::assertResponseRedirects('/sweet/food/');
56
57
- self::assertSame(1, $this->manager->getRepository()->count([]));
+ self::assertSame(1, $this->getRepository()->count([]));
58
}
59
60
public function testShow(): void
0 commit comments