atoum / phpstorm-plugin

Integrate atoum inside PhpStorm
https://plugins.jetbrains.com/plugin/8173?pr=phpStorm
MIT License
23 stars 4 forks source link

atoum's icon is not displayed if the class is present twice #20

Closed agallou closed 8 years ago

agallou commented 8 years ago

Example :

mkdir test_doublon
git clone https://github.com/FriendsOfPHP/pickle.git v1
git clone https://github.com/FriendsOfPHP/pickle.git v2

Open test_doublon on PHPStorm. The classes exist twice, and the icon is not displayed. A list should be displayed.