FuelPHPはほとんど関係ない内容になっていきそうです...
- PhpStorm > Preferences > PHP で"Interpreter"を正しく設定、"OK"を押下
- Run > Edit Configurations...と進む
- 左上の"+"ボタンを押下、"PHPUnit"を選択
- "Name"に任意の名前を入力
- "Test scope"で"Defined in the configuration file"を選択
- "Use alternative configuration file"にチェック、fuel/core/phpunit.xmlを選択
- "OK"を押下
- Run (あるいはプロジェクトの右クリック) > Run 'xxx' でユニットテストが実行されることを確認
- Run 'xxx' with Coverage でカバレッジも出力される
インストールディレクトリ/bin/PhpStorm.exe.vmoptions に以下を追記
-Dswing.aatext=true
-Dawt.useSystemAAFontSettings=off
explorer . # Winでエクスプローラを起動
- Custom frameworkを選択
- "Framework name"は適当に
- "Tool path"は実行ファイルのパス
- "Alias"はCommand Line Tools Consoleで実行するコマンド名
- PhpStormで効率良く開発するための設定その1 http://www.karakaram.com/phpstorm-settings1
- PhpStormで効率良く開発するための設定その2 http://www.karakaram.com/phpstorm-settings2