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`.