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 28f82bf commit e402000Copy full SHA for e402000
tests/Controller/DefaultControllerTest.php
@@ -49,7 +49,8 @@ public function testPublicUrls(string $url): void
49
* to get the entity manager and make a database query. The reason is that
50
* blog post fixtures are randomly generated and there's no guarantee that
51
* a given blog post slug will be available.
52
- * You can also make some integration test to test services logic.
+ *
53
+ * You can also write integration tests to verify the logic of your services.
54
* See https://symfony.com/doc/current/testing.html#integration-tests
55
*/
56
public function testPublicBlogPost(): void
0 commit comments