Skip to content
This repository was archived by the owner on Jul 2, 2026. It is now read-only.

Releases: atoum/phpstorm-plugin

0.9.0

Choose a tag to compare

@agallou agallou released this 26 Feb 20:00
a1e8767

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

Choose a tag to compare

@agallou agallou released this 01 Oct 20:40
677c7cb

Features

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

0.7.0

Choose a tag to compare

@agallou agallou released this 16 May 21:44

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

Choose a tag to compare

@agallou agallou released this 22 Feb 20:03

Bugfix

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

0.6.0

Choose a tag to compare

@agallou agallou released this 07 Feb 21:20

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

Choose a tag to compare

@agallou agallou released this 03 Feb 22:33

Bugfix

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

0.5.1

Choose a tag to compare

@agallou agallou released this 28 Jan 23:15

Bugfix

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

0.5.0

Choose a tag to compare

@agallou agallou released this 28 Jan 22:54

Features

Documentation

0.4.2

Choose a tag to compare

@agallou agallou released this 20 Jan 20:47

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

Choose a tag to compare

@agallou agallou released this 18 Jan 20:40

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