After you set up PHPUnit, Web IDE greatly helps you to run your tests. Namely, to quickly create test run configuration:
Right-click the desired target: a directory or a PHP file in the Project view, or a test class/method name in the code editor
Choose Run<name> to start or Create<na…