phpstorm-plugin icon indicating copy to clipboard operation
phpstorm-plugin copied to clipboard

Integrate atoum inside PhpStorm

Results 22 phpstorm-plugin issues
Sort by recently updated
recently updated
newest added

This issue occurs on https://github.com/hoaproject/Math. git clone it, composer install, open in phpstorm, trigger action "atoum - run all tests": ``` Testing started at 21:24 ... php vendor/bin/atoum --use-tap-report Usage:...

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

Hacktoberfest

#86 ![atoumgototest](https://user-images.githubusercontent.com/1501825/31196045-99159190-a94c-11e7-8857-cd5ac30683c8.gif) Success method: go to method declaration Failed method: - if atoum gives the line (e.g. assert fail), go to line - if line number cannot be found (e.g....

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

Hello, i'm a absolut beginner in atoum. I think there is a error. In my phpstorm there is the plugin correct installed. When i called the Plugin i se the...

bug

Hello, I use a docker compose environment, have it configured inside phpstorm and it seems working. My test are running but after the test run I have a red line...

It seems that we can have some help for autocompletion ;) * https://github.com/Haehnchen/idea-php-toolbox * https://github.com/Haehnchen/idea-php-toolbox-json-files * https://twitter.com/weaverryan/status/932631496564920321 related also to #77

I have an issue with running tests on windows. When i try to run the test it will generate a call ``` D:\wamp64\bin\php\php7.1.7\php.exe bin/atoum.bat --use-tap-report ``` but it will output...

bug

For now the extension only supports the `tests\units\` namespace suffix. It will be better of this is configurable on the plugin. ( @jubianchi do you see a way to detect...

enhancement
P2

It could be nice to able to be able to relaunch only failed methods from the previous run.

enhancement
P2