winter/tests/README.md

7 lines
227 B
Markdown
Raw Normal View History

2015-03-02 19:08:04 +11:00
### Unit tests
Unit tests can be performed by running `phpunit` in the root directory or inside `/tests/unit`.
### Functional tests
Functional tests can be performed by running `phpunit` in the `/tests/functional` directory.