The topics in this part provide guidelines in PHP-specific unit testing procedures. For general information on testing in PhpStorm,
see the section Testing.
PhpStorm
supports unit testing of PHP applications through integration with the
PHPUnit
tool.
Generally, PhpStorm runs and debugs PHPUnit tests same way as other applications, by running the run/debug configurations
you have created. When doing so, it passes the specified test class, file, or directory to the test runner.
You can run unit testing locally and remotely depending on the chosen run configuration.