FuelPHPはほとんど関係ない内容になっていきそうです...
- Project Settings > 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 でカバレッジも出力される
Project Settings > Code Style > PHP "Tabs and Indents"の"Use tab character"にチェック
IDE Settings > Editor > Appearance "Show line numbers"にチェック
IDE Settings > Editor > Appearance "Show whitespaces"にチェック
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