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
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