Releases: atoum/phpstorm-plugin
Releases · atoum/phpstorm-plugin
0.9.0
Features
- #79 Right click on a test method permit to run a specific method ([@vdechenaux])
Bugfix
- #80 Add "no tests were found" error ([@vdechenaux])
- #81 Fix nullpointerException when the interpreter does not have a configuration ([@agallou])
0.8.0
Features
- #71 Add support for launching tests with php interpreters
- #73 Add an environment variable PHPSTORM when launching tests
0.7.0
Features
- #63 Display tests list when all tests are passed ([@agallou])
- #69 Add an action to run all the tests ([@agallou])
- #70 Add support for .atoum.phpstorm.php file ([@agallou])
Bugfix
- #62 Fix test class method list when the test has a fatal error in test ([@agallou])
- #68 Fix tap parsing in version 0.0.1 of atoum ([@agallou])
0.6.1
Bugfix
- #60 Fix navigation to test class when the tested class is in the global namespace ([@agallou])
0.6.0
Features
- #45 Tests could now be runned on windows ([@agallou])
- #55 Tests could now be runned on an entry on the right-clic menu of the open file tabs ([@agallou])
- #54 Tests could now be runned tests on a directory level ([@agallou])
Bugfix
- #53 Remove "empty test suite" message in console when test passes ([@agallou])
- #56 Display an error message when tests could not be run ([@agallou])
0.5.2
Bugfix
- #47 Avoid NullPointerException when a file does not contain a class ([@agallou])
0.5.1
Bugfix
- #42 Fix display of multiline failed outputs ([@agallou])
0.4.2
Bugfix
- #24 Fix test/tested class navigation when NS suffix is not all lowercase ([@agallou])
- #25 Fix the run of the test when a bin-dir has been defined in the composer.json ([@agallou])
- #27 Fix the run of the test when the composer.json is on a project subdirectory ([@agallou])
0.4.1
Bugfix
- #17 Fix navigation to the tested class if the suffix is not at the end of the namespace ([@agallou])
- #19 Fix navigation to the test class if the suffix is not at the end of the namespace ([@agallou])
- #21 Fix atoum's icon if the class is present twice ([@agallou])