phpspec
Verified for current stable LTS
Phpspec Command: Run All Specifications In Spec Directory
Use for run all specifications in spec directory with Phpspec. Exact CLI syntax to run all specifications in spec directory using Phpspec.
When to use this: Use for run all specifications in spec directory with Phpspec.
Command Syntax
phpspec run phpspec run Command Breakdown
phpspec is the base executable for this command.
FAQ
Purpose: Exact syntax to run all specifications in spec directory using Phpspec.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Phpspec Command: Create Specification For Class
phpspec describe <class_name> Phpspec Command: Disable Code Generation Prompts phpspec run --no-code-generation Phpspec Command: Enable Fake Return Values phpspec run --fake Phpspec Command: Run Single Specification phpspec run <path/to/class_specification_file> Phpspec Command: Run Specifications With Bootstrap File phpspec run -b <path/to/bootstrap_file>