atoum / phpstorm-plugin

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

Support custom test namespace #91

Open vdechenaux opened 7 years ago

vdechenaux commented 7 years ago

See https://github.com/atoum/phpstorm-plugin/issues/11

~Based on #82 . Please review it first :)~

Add support to classes with a custom namespace ,with @namespace annotation or $this->setTestNamespace() call in constructor (in the class directly, on in parent(s))

For the method call, it only add the support for "simple" calls, with a string as parameter. Variables are not yet supported (I plan to do this in another PR) Regex in namespace is also not yet supported (Another PR incoming)

~It doesn't add support for alternative namespaces like test\unit or ( another PR incoming )~ => Added in e28cbca3

Grummfy commented 7 years ago

nice

vdechenaux commented 6 years ago

I have edited the description ( last line ) and the PR