mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
7 lines
227 B
Markdown
7 lines
227 B
Markdown
|
### 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.
|