PhpUnit, No tests executed
Hello!
I began to occupy myself with phpUnit.
Here is my first test.
When I start phpUnit I get the following result.
I get the message 'No tests Executed'.
Here is the configuration of PhpStorm.
1.: The include paths
2.: The configuration of phpUnit
3.: General Settings

I work with Windows XP.
I use 'xampp' from 'http://www.apachefriends.org'.
What am I doing wrong?
Sincerely yours
Stephan Krauss
I use 'xampp' from 'http://www.apachefriends.org'.
What am I doing wrong?
Sincerely yours
Stephan Krauss
请先登录再写评论。
Hi there,
All test files should have "Test" suffix -- default convention.
So .. instead of "card.php" it should be "cardTest.php".
When you come to Germany, you have a beer free.
Sincerely yours
Stephan