LoginSignup
2
2

More than 5 years have passed since last update.

[Symfony2][IntelliJ] Symfony2 プロジェクトの PHPUnit によるテスト実行設定

Last updated at Posted at 2015-04-23

IntelliJ で、Symfony2 の PHPUnit によるテストを実行する設定について。

設定方法

1. Run/Debug Edit Configurations を開く

edit.png

2. PHPUnit の設定を追加する

Run_Debug_Configurations_と_Sole_-___src_Sole_.png

3. Symfony のテスト実行設定を行う

Run_Debug_Configurations.png

4. PHPUnit への include_path を設定する

Preferences_.png

動作確認

Sole_-___src_Sole_.png

このように、テストの実行結果が表示される。

test.png

参考

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2