- #79 Right click on a test method permit to run a specific method (@vdechenaux)
- #80 Add "no tests were found" error (@vdechenaux)
- #81 Fix nullpointerException when the interpreter does not have a configuration (@agallou)
- #71 Add support for launching tests with php interpreters (@agallou)
- #73 Add an environment variable PHPSTORM when launching tests (@agallou)
- #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)
- #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)
- #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)
- #53 Remove "empty test suite" message in console when test passes (@agallou)
- #56 Display an error message when tests could not be run (@agallou)
- #30 Easily identify test files via a custom icon (@agallou)
- #37 Save test and tested file before run (@agallou)
- #38 Add default keyboard shortcuts (@agallou)
- #39 Display test results as a treeView (@agallou)
- #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)
- #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)
- #13 Add actions to run the current test (@agallou)
- #14 Add possibility to run tests from the tested class (@agallou)
- Menu entry to go to the test class from the tested class