1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 19:04:55 +02:00
tldr/pages/common/kahlan.md
2019-07-03 14:23:00 +01:00

20 lines
507 B
Markdown

# kahlan
> A unit and Behaviour Driven Development test framework for PHP.
> More information: <https://kahlan.github.io>.
- Run all specifications in the "spec" directory:
`kahlan`
- Run specifications using a specific configuration file:
`kahlan --config={{path/to/configuration_file}}`
- Run specifications and output using a reporter:
`kahlan --reporter={{dot|bar|json|tap|verbose}}`
- Run specifications with code coverage (detail can be between 0 and 4):
`kahlan --coverage={{detail_level}}`