Revision #7 has been created by samdark on Apr 5, 2018, 2:21:12 PM with the memo:
Renamed article specifying version in the title
« previous (#6)
Changes
Title
changed
Configuring PhpStorm IDE for Yii 1.1
Category
unchanged
Tips
Yii version
unchanged
1.1
Tags
unchanged
IDE,PhpStorm
Content
unchanged
[...]
- Press "+".
- `Name`: anything.
- `Test`: depending on what do you want to test select an appropriate option. Specify path.
- `Use XML configuration file`: specifying path to `phpunit.xml`. Often it's `path_to_your_webroot/protected/tests/phpunit.xml`.
- To run tests use `SHIFT+F10`.