phpspec
Verified for current stable LTS
Phpspec Command: Run Single Specification
Use for run single specification with Phpspec. Exact CLI syntax to run single specification using Phpspec.
When to use this: Use for run single specification with Phpspec.
Command Syntax
phpspec run <path/to/class_specification_file> phpspec run <path/to/class_specification_file> Command Breakdown
phpspec is the base executable for this command.
FAQ
Purpose: Exact syntax to run single specification 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 All Specifications In Spec Directory phpspec run Phpspec Command: Run Specifications With Bootstrap File phpspec run -b <path/to/bootstrap_file>