-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

phpspec


> A Behaviour Driven Development tool for PHP.

More information.


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 {path/to/configuration_file}

Run specifications using a specific bootstrap file:

phpspec run -b {path/to/bootstrap_file}

Disable code generation prompts:

phpspec run --no-code-generation

Enable fake return values:

phpspec run --fake


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 01:49:52 2024