Skip to content

Commit b571521

Browse files
committed
Added a help note about tests
1 parent 9159287 commit b571521

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,13 @@ terminal.
6767
> Symfony Demo application, configure it to point at the `web/` directory of the project.
6868
> For more details, see:
6969
> 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

Comments
 (0)