Skip to content

Commit e402000

Browse files
committed
Minor tweak
1 parent 28f82bf commit e402000

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Controller/DefaultControllerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ public function testPublicUrls(string $url): void
4949
* to get the entity manager and make a database query. The reason is that
5050
* blog post fixtures are randomly generated and there's no guarantee that
5151
* a given blog post slug will be available.
52-
* You can also make some integration test to test services logic.
52+
*
53+
* You can also write integration tests to verify the logic of your services.
5354
* See https://symfony.com/doc/current/testing.html#integration-tests
5455
*/
5556
public function testPublicBlogPost(): void

0 commit comments

Comments
 (0)