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

Phpspec BDD - Create PHP Specifications | Online Free DevTools by Hexmos

Generate PHP specifications with Phpspec BDD. Define behavior-driven tests and ensure code quality. Free online tool, no registration required.

phpspec

A Behaviour Driven Development tool for PHP. More information: https://phpspec.net.

  • Create a specification for a class:

phpspec describe {{class_name}}

  • Run all specifications in the “spec” directory:

phpspec run

  • Run a single specification:

phpspec run {{path/to/class_specification_file}}

  • Run specifications using a specific configuration file:

phpspec run {{[-c|--config]}} {{path/to/configuration_file}}

  • Run specifications using a specific bootstrap file:

phpspec run {{[-b|--bootstrap]}} {{path/to/bootstrap_file}}

  • Disable code generation prompts:

phpspec run --no-code-generation

  • Enable fake return values:

phpspec run --fake

See Also