atoum / phpstorm-plugin

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

Fix test detection when tests extends atoum\test #99

Open vdechenaux opened 6 years ago

vdechenaux commented 6 years ago

Tests should extends \atoum (cf doc) but you can also extends \atoum\test and it was not supported since #82