Skip to content
Snippets Groups Projects
Commit c8b17bd6 authored by totten's avatar totten
Browse files

Move PHPUnit/PHPStorm tip from index.md to phpunit.md

parent 2c08613d
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,3 @@ The easiest way to get set up to run the automated tests is to use [buildkit](/t
!!! info
When writing new tests or making any changes make sure you run [civilint](/tools/civilint.md)
to ensure your changes match our coding style.
!!! tip
If you are using PhpStorm, you can [run the tests from within PhpStorm](/tools/phpstorm.md#testing) (which is especially helpful because you can set breakpoints and inspect variables while the tests run).
\ No newline at end of file
......@@ -32,6 +32,9 @@ environment variable `CIVICRM_UF` to "UnitTests" (eg. in `civicrm.settings.test.
(creating system users etc.) your local build will be affected when running
tests.
!!! tip
If you are using PhpStorm, you can [run the tests from within PhpStorm](/tools/phpstorm.md#testing) (which is especially helpful because you can set breakpoints and inspect variables while the tests run).
## Running Tests
From the CiviCRM root directory run the phpunit command, specifying a single
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment