Skip to content

Releases: atoum/phpstorm-plugin

0.9.0

26 Feb 20:00
a1e8767
Compare
Choose a tag to compare

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

01 Oct 20:40
677c7cb
Compare
Choose a tag to compare

Features

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

0.7.0

16 May 21:44
Compare
Choose a tag to compare

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

22 Feb 20:03
Compare
Choose a tag to compare

Bugfix

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

0.6.0

07 Feb 21:20
Compare
Choose a tag to compare

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

03 Feb 22:33
Compare
Choose a tag to compare

Bugfix

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

0.5.1

28 Jan 23:15
Compare
Choose a tag to compare

Bugfix

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

0.5.0

28 Jan 22:54
Compare
Choose a tag to compare

Features

Documentation

0.4.2

20 Jan 20:47
Compare
Choose a tag to compare

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

18 Jan 20:40
Compare
Choose a tag to compare

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