Skip to content

Latest commit

 

History

History
143 lines (73 loc) · 4.97 KB

CHANGELOG.md

File metadata and controls

143 lines (73 loc) · 4.97 KB

dev-master

0.9.0 - 2017-02-26

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 - 2016-10-01

Features

  • #71 Add support for launching tests with php interpreters (@agallou)
  • #73 Add an environment variable PHPSTORM when launching tests (@agallou)

0.7.0 - 2016-05-16

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 - 2016-02-22

Bugfix

  • #60 Fix navigation to test class when the tested class is in the global namespace (@agallou)

0.6.0 - 2016-02-07

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 - 2016-02-03

Bugfix

  • #47 Avoid NullPointerException when a file does not contain a class (@agallou)

0.5.1 - 2016-01-29

Bugfix

  • #42 Fix display of multiline failed outputs (@agallou)

0.5.0 - 2016-01-28

Features

Documentation

0.4.2 - 2016-01-20

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 - 2016-01-18

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)

0.4.0 - 2016-01-18

Features

  • #15 Add an icon on the left of the classes to go to the test class or tested class (@agallou)

0.3.0 - 2016-01-17

Features

  • #13 Add actions to run the current test (@agallou)
  • #14 Add possibility to run tests from the tested class (@agallou)

0.2.0 - 2016-01-17

Features

  • #3 Update switch to go from test to tested class (@agallou)

Bugfix

Documentation

0.1.0 - 2016-01-16

Features

  • Menu entry to go to the test class from the tested class