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 9159287 commit b571521Copy full SHA for b571521
README.md
@@ -67,3 +67,13 @@ terminal.
67
> Symfony Demo application, configure it to point at the `web/` directory of the project.
68
> For more details, see:
69
> https://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html
70
+
71
+Testing
72
+-------
73
74
+Execute this command to run tests:
75
76
+```bash
77
+$ cd symfony_demo/
78
+$ ./vendor/bin/simple-phpunit
79
+```
0 commit comments