PHPSpec
for Windows and Linux
for OS X
Ctrl+Alt+S

This page is available only when the PHP and PHPSpec plugins are installed and enabled. The plugins are not bundled with IntelliJ IDEA, but they can be installed from the JetBrains plugin repository as described in Installing, Updating and Uninstalling Repository Plugins and Enabling and Disabling Plugins. Once enabled, the plugins are available at the IDE level, that is, you can use them in all your IntelliJ IDEA projects.
Before you start, make sure the PHP interpreter is configured in IntelliJ IDEA on the PHP page, as described in Enabling PHP support.
On this page, configure installations of the PHPSpec toolset available through configured local and remote PHP interpreters and thus enable behaviour-driven development in IntelliJ IDEA. The page consists of two panes:
PHP interpreters
The central pane of the page shows a list of configured PHP interpreters that are associated with PHPSpec installations. The list contains at least one item (Local) which cannot be removed.
-
To add a remote interpreter to the list, click
on the toolbar of the pane and choose the relevant interpreter in the PHPSpec by remote interpreter dialog that opens. Then specify the details of the PHPSpec installation to use with this interpreter.
-
To remove a remote interpreter from the list, select the relevant interpreter and click
. The PHPSpec configuration associated with the interpreter is also removed.
See Configuring Remote PHP Interpreters for details.
PHPSpec configuration
Item | Description |
---|---|
CLI Interpreter |
In this area,
IntelliJ IDEA displays the remote PHP interpreter to use PHPSpec with
and the path mappings configured for this interpreter. If the selected remote PHP interpreter is running
on a Docker container or in a Vagrant instance, IntelliJ IDEA also displays the path to this container or
the Vagrant instance folder which points at the environment you are going to use.
See Configuring Remote PHP Interpreters for details.
The field is read-only, to update the chosen interpreter configuration or create a new one, click the |
PHPSpec Library |
In this area,
specify the PHPSpec installation to use.
|
Test Runner |
In this area,
appoint the configuration .yml file to use for launching and executing specifications.
By default, PHPSpec looks for a
|