Features
Releases
Videos: Testing with PhpStorm
PhpStorm supports all the major PHP testing frameworks: PHPUnit, Codeception, Behat, and PHPSpec.
Recently we’ve published a series of short videos about running PHPUnit and Codeception tests in PhpStorm. The videos guide you through the PHPUnit and Codeception setup process and show you how to work with test results.
This process is generally the same whichever testing framework or PHP interpreter you choose. First, configure a PHP interpreter. Second, configure the testing framework. Third, create a dedicated run configuration for the selected test framework, and finally run it.
Use the links below to jump directly to the video you’d like to watch:
-
PHPUnit
-
Codeception
Running PHPUnit Tests locally
Running PHPUnit Tests with Vagrant
Running PHPUnit Tests in PhpStorm with Docker
https://youtu.be/I7aGWO6K3Ho
Running Codeception Tests with Local Interpreter
Running Codeception Tests with Vagrant
Running Codeception Tests with Docker
Your JetBrains PhpStorm Team
The Drive to Develop