Test Frameworks
The page is available only when the PHP plugin is enabled. The PHP plugin is not bundled with IntelliJ IDEA, but it can be installed on the Settings/Preferences | Plugins page, tab Marketplace, as described in Installing plugins from JetBrains repository.
Use this page to integrate PHP-specific testing frameworks with IntelliJ IDEA in the current project. With IntelliJ IDEA, you can run and debug PHPUnit, Behat, Codeception, and PHPSpec tests.
The page consists of two panes:
The central pane shows existing configurations of test frameworks for different interpreters.
The contents of the right-hand pane depend on the test framework and the type of the selected interpreter.
Configure a test framework in a project
Choose how you will use the framework. Click and choose the relevant configuration type from the list:
You can configure any test framework to use with a local or remote PHP interpreter.
For a remote configuration, choose one of the configured PHP interpreters:
In the right-hand pane, choose where to take the test framework from.
For Behat, PHPSpec, and Codeception, type the path to the framework executable.
For PHPUnit, specify the type of framework installation you are using, the available options are composer autoloader autoload.php, or phpunit.phar archive, or PEAR.
Check the chosen remote PHP interpreter and path mappings.
Optionally, specify the configuration file. For PHPUnit, you can also specify a bootstrap file to use.
PHPUnit
In this pane, configure installations of PHPUnit to be used with PHP interpreters.
PHPUnit Library
In this area, specify the type of PHPUnit installation. The available options are as follows:
Use Composer autoloader | Choose this option to run PHPUnit installed by the Composer dependency manager. The package is retrieved and loaded by the autoload.php file from the vendor folder. Specify the location of autoload.php in the Path to script field. |
Path to phpunit.phar | Choose this option to run PHPUnit from the phar archive.
|
CLI Interpreter
The area is shown only for PHPUnit by Remote Interpreter configurations and displays the following:
The remote PHP CLI Interpreter to use PHPUnit with. The CLI Interpreter field is read-only. Click to update the chosen interpreter in the Interpreters dialog.
The Path Mappings between your local sources and the sources inside the Vagrant instance, or the Docker container, or on the remote host.
The Docker container settings that will be used to start the container from an image. These settings may include the volume configuration, the exposed ports, the network, and so on.
In most cases, IntelliJ IDEA detects the path mappings and the container settings and fills in all the fields automatically. Alternatively, click next to the field and specify the settings manually. See Configuring Remote PHP Interpreters for details.
Test Runner
In this area, appoint the configuration XML file to use for launching and executing scenarios.
By default, PHPUnit looks for a phpunit.xml or phpunit.xml.dist configuration file in the project root folder. You can appoint a custom configuration file.
You can also type the path to a bootstrap file to have a PHP script always executed before launching tests. In the field, specify the location of the script. Type the path manually or click and select the desired folder in the dialog that opens.
Default configuration file | Select this checkbox to specify your own XML configuration file. This file will be later used as default in all PHPUnit run/debug configurations. Note that you can also provide an alternative configuration file when editing a PHPUnit run/debug configuration. In the field, specify the location of the configuration file to use. Type the path manually or click and choose the file in the dialog that opens. Clear the checkbox to have PHPUnit use the phpunit.xml or phpunit.xml.dist configuration file from the project root folder. If no such file is found, test execution fails, therefore it may be more reliable to specify the configuration file explicitly. |
Default bootstrap file | Select this checkbox to have a PHP script always executed before launching tests. In the field, specify the location of the script. Type the path manually or click and select the desired folder in the dialog that opens. Note that you can also provide an alternative bootstrap file when editing a PHPUnit run/debug configuration. |
Behat
In this pane, configure installations of the Behat framework available through configured local and remote PHP interpreters.
CLI Interpreter
The area is shown only for Behat by Remote Interpreter configurations and displays the following:
The remote PHP CLI Interpreter to use Behat with. The CLI Interpreter field is read-only. Click to update the chosen interpreter in the Interpreters dialog.
The Path Mappings between your local sources and the sources inside the Vagrant instance, or the Docker container, or on the remote host.
The Docker container settings that will be used to start the container from an image. These settings may include the volume configuration, the exposed ports, the network, and so on.
In most cases, IntelliJ IDEA detects the path mappings and the container settings and fills in all the fields automatically. Alternatively, click next to the field and specify the settings manually. See Configuring Remote PHP Interpreters for details.
Behat Library
In this area, specify the Behat installation to use.
Path to Behat executable | In this field, specify the location of the behat.phar archive or the folder with the Behat executable file. Behat does not necessarily have to be installed under the current project root. You can type the path manually or click and choose the relevant location in the dialog that opens. |
Behat releases | Click this link to navigate to the Behat repository on github where you can choose the relevant version of behat.phar archive. |
Behat version | This read-only field shows the version of the specified Behat installation. IntelliJ IDEA detects the version when you click the Refresh icon . The default value is Not installed. |
Test Runner
In this area, appoint the configuration YML file to use for launching and executing scenarios.
By default, Behat looks for a behat.yml or behat.yml.dist configuration file in the project root folder. You can appoint a custom configuration file.
Default configuration file | Select this checkbox to specify your own YML configuration file. This file will be later used as default in all Behat run/debug configurations. In the field, specify the location of the configuration file to use. Type the path manually or click and choose the file in the dialog that opens. Clear the checkbox to have Behat use the behat.yml or behat.yml.dist configuration file from the project root folder. If no such file is found, test execution fails, therefore it may be more reliable to specify the configuration file explicitly. |
Codeception
In this pane, configure installations of the Codeception framework available through configured local and remote PHP interpreters.
CLI Interpreter
The area is shown only for Codeception by Remote Interpreter configurations and displays the following:
The remote PHP CLI Interpreter to use Codeception with. The CLI Interpreter field is read-only. Click to update the chosen interpreter in the Interpreters dialog.
The Path Mappings between your local sources and the sources inside the Vagrant instance, or the Docker container, or on the remote host.
The Docker container settings that will be used to start the container from an image. These settings may include the volume configuration, the exposed ports, the network, and so on.
In most cases, IntelliJ IDEA detects the path mappings and the container settings and fills in all the fields automatically. Alternatively, click next to the field and specify the settings manually. See Configuring Remote PHP Interpreters for details.
Codeception Library
In this area, specify the Codeception installation to use.
Path to Codeception executable | In this field, specify the location of the codeception.phar archive or the folder with the Codeception executable file. |
Codeception releases | Click this link to navigate to the Codeception repository on github where you can choose the relevant version of codeception.phar archive. |
Codeception version | This read-only field shows the version of the specified Codeception installation. IntelliJ IDEA detects the version when you click . The default value is Not installed. |
Test Runner
In this area, appoint the configuration YML file to use for launching and executing scenarios.
By default, Codeception looks for a codeception.yml or codeception.dist.yml configuration file in the project root folder. You can appoint a custom configuration file.
Default configuration file | Select this checkbox to specify your own YML configuration file. This file will be later used as default in all Codeception run/debug configurations. In the field, specify the location of the configuration file to use. Type the path manually or click and choose the file in the dialog that opens. Clear the checkbox to have Codeception use the codeception.yml or codeception.dist.yml configuration file from the project root folder. If no such file is found, test execution fails, therefore it may be more reliable to specify the configuration file explicitly. |
PHPSpec
In this pane, configure installations of the PHPSpec toolset available through configured local and remote PHP interpreters.
CLI Interpreter
The area is shown only for PHPSpec by Remote Interpreter configurations and displays the following:
The remote PHP CLI Interpreter to use PHPSpec with. The CLI Interpreter field is read-only. Click to update the chosen interpreter in the Interpreters dialog.
The Path Mappings between your local sources and the sources inside the Vagrant instance, or the Docker container, or on the remote host.
The Docker container settings that will be used to start the container from an image. These settings may include the volume configuration, the exposed ports, the network, and so on.
In most cases, IntelliJ IDEA detects the path mappings and the container settings and fills in all the fields automatically. Alternatively, click next to the field and specify the settings manually. See Configuring Remote PHP Interpreters for details.
PHPSpec Library
In this area, specify the PHPSpec installation to use.
Path to PHPSpec executable | In this field, specify the location of phpspec. PHPSpec does not necessarily have to be installed under the current project root. If no path to PHPSpec is specified for a Local interpreter, IntelliJ IDEA does not provide full support of PHPSpec, for example, it does not show suggestions for code completion and does not resolve references. |
Prefix ('spec_prefix') | This read-only field shows the namespace prefix for specifications. IntelliJ IDEA detects |
Test Runner
In this area, appoint the configuration YML file to use for launching and executing scenarios.
By default, PHPSpec looks for a phpspec.yml or phpspec.yml.dist configuration file in the project root folder. You can appoint a custom configuration file.
Default configuration file | Select this checkbox to specify your own YML configuration file. This file will be later used as default in all PHPSpec run/debug configurations. In the field, specify the location of the configuration file to use. Type the path manually or click and choose the file in the dialog that opens. Clear the checkbox to have PHPSpec use the phpspec.yml or phpspec.yml.dist configuration file from the project root folder. If no such file is found, test execution fails, therefore it may be more reliable to specify the configuration file explicitly. |