PHPUnit: Run test method |
phpunit-test-workbench.runMethod |
If the cursor is located within a test method, execute only that test method. |
PHPUnit: Run test class |
phpunit-test-workbench.runClass |
If the active editor is for a test class, execute all test methods within the class. |
PHPUnit: Run test class with tag |
phpunit-test-workbench.runClassWithTag |
If the active editor is for a test class, execute all test methods within the class tagged with the selected group. |
PHPUnit: Run test suite |
phpunit-test-workbench.runSuite |
Display a dialog allowing the user to select from the list of test suites found in configuration files. All test methods within the class will be executed. |
PHPUnit: Run test suite with tag |
phpunit-test-workbench.runSuiteWithTag |
Display a dialog allowing the user to select from the list of test suites found in configuration files. All test methods tagged with the selected group within the test suite will be executed. |
PHPUnit: Run all tests |
phpunit-test-workbench.runAll |
Run all tests identified in the Test Explorer. |
PHPUnit: Run all tests with tag |
phpunit-test-workbench.runAll |
Run all tests identified in the Test Explorer tagged with the selected group. |
PHPUnit: Debug test method |
phpunit-test-workbench.debugMethod |
If the cursor is located within a test method, execute only that test method using the debugger. |
PHPUnit: Debug test class |
phpunit-test-workbench.debugClass |
If the active editor is for a test class, debug all test methods within the class. |
PHPUnit: Debug test class with tag |
phpunit-test-workbench.debugClassWithTag |
If the active editor is for a test class, debug all test methods within the class tagged with the selected group. |
PHPUnit: Debug test suite |
phpunit-test-workbench.debugSuite |
Display a dialog allowing the user to select from the list of test suites found in configuration files. All test methods within the test suite will be executed using the debugger. |
PHPUnit: Debug test suite with tag |
phpunit-test-workbench.debugSuiteWithTag |
Display a dialog allowing the user to select from the list of test suites found in configuration files. All test methods tagged with the selected group within the suite will be executed using the debugger. |
PHPUnit: Debug all tests |
phpunit-test-workbench.debugAll |
Debug all tests identified in the Test Explorer. |
PHPUnit: Debug all tests with tag |
phpunit-test-workbench.debugAllWithTag |
Debug all tests identified in the Test Explorer tagged with the selected group. |
PHPUnit: Re-execute last test run |
phpunit-test-workbench.rerunLastTestRun |
Re-run the most recent test run. This could be a regular run, a debug run, or a run including test coverage. |