mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 06:01:19 +00:00
Update cheatsheets
This commit is contained in:
25
kahlan
Normal file
25
kahlan
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user