System Grab Bag

View all TLDR pages from common (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.