logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Kahlan - Execute PHP Tests | Online Free DevTools by Hexmos

Execute PHP tests efficiently with Kahlan. Run specifications, generate code coverage reports, and customize testing environments easily. Free online tool, no registration required.

kahlan

A unit and Behaviour Driven Development test framework for PHP. More information: https://kahlan.github.io/docs/cli-options.html.

  • 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}}

See Also