IntelliJ IDEA 2020.3 Help

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 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

  1. Choose how you will use the framework. Click Add icon and choose the relevant configuration type from the list:

    ps_settings_php_test_frameworks.png

    You can configure any test framework to use with a local or remote PHP interpreter.

  2. For a remote configuration, choose one of the configured PHP interpreters:

    ps_settings_php_test_frameworks_choose_php_interpreter.png

  3. 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.

  4. Check the chosen remote PHP interpreter and path mappings.

  5. 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 autoloaderChoose 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.

  • If you already have a phpunit.phar archive in your project, specify its location in the Path to phpunit.phar field. Type the path manually or click the Browse button and select the file in the dialog that opens.

  • If you have no phar archive on your computer yet, click the Download phpunit.phar... link to have IntelliJ IDEA download it automatically.

    In either case, IntelliJ IDEA will load the archive before test execution.

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 the Browse button 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 the Browse button 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 configuration file in the project root folder or in the config 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 the Browse button 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 the Browse button and choose the file in the dialog that opens.

Clear the checkbox to have PHPUnit use the phpunit.xml configuration file from the project root folder or from the config 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 the Browse button 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 the Browse button 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 the Browse button 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 executableIn 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 the Browse button and choose the relevant location in the dialog that opens.
Behat releasesClick this link to navigate to the Behat repository on github where you can choose the relevant version of behat.phar archive.
Behat versionThis read-only field shows the version of the specified Behat installation. IntelliJ IDEA detects the version when you click the Refresh icon Icons actions refresh. 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 configuration file in the project root folder or in the config 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 the Browse button and choose the file in the dialog that opens.

Clear the checkbox to have Behat use the behat.yml configuration file from the project root folder or from the config 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 the Browse button 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 the Browse button 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 executableIn this field, specify the location of the codeception.phar archive or the folder with the Codeception executable file.
Codeception releasesClick this link to navigate to the Codeception repository on github where you can choose the relevant version of codeception.phar archive.
Codeception versionThis read-only field shows the version of the specified Codeception installation. IntelliJ IDEA detects the version when you click the Refresh button. 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 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 the Browse button and choose the file in the dialog that opens.

Clear the checkbox to have Codeception use the codeception.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 the Browse button 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 the Browse button 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 spec_prefix from the configuration file specified in the Default Configuration File field. The default value is spec. See PHPSpec Configuration: PSR-4 and PHPSpec Configuration: Spec and Source Location for details.

Test Runner

In this area, appoint the configuration YML file to use for launching and executing specifications.

By default, PHPSpec looks for a phpspec.yml or a 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 the Browse button 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.

Last modified: 08 March 2021