From 0347da22023f9bce5001a2437dba0b163c52e351 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Wed, 3 Jul 2019 14:23:01 +0100 Subject: [PATCH] kahlan: add page (#3162) --- pages/common/kahlan.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/kahlan.md diff --git a/pages/common/kahlan.md b/pages/common/kahlan.md new file mode 100644 index 000000000..237e78d32 --- /dev/null +++ b/pages/common/kahlan.md @@ -0,0 +1,20 @@ +# kahlan + +> A unit and Behaviour Driven Development test framework for PHP. +> More information: . + +- 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}}`