mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:26:00 +02:00
kahlan: add page (#3162)
This commit is contained in:
parent
e2c33742e2
commit
0347da2202
1 changed files with 20 additions and 0 deletions
20
pages/common/kahlan.md
Normal file
20
pages/common/kahlan.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue