Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 881 Bytes

CHANGELOG.md

File metadata and controls

32 lines (23 loc) · 881 Bytes

1.2.4

  • Adding support for multiple project folders (nikazooz)

1.2.3

  • Fixing filtering to stop duplicate tests/filenames being run

1.2.2

  • Change regex to allow space between function name and parentheses (nikazooz)

1.2.1

  • Fixing issue where atom-phpunit crashes if a test function contains an anonymous function #1

1.2.0

  • Display output in a panel
  • Added configuration to show success output as a notification

1.1.0

  • Added configuration to persist success and failure notifications

1.0.0

  • Added configuration to enable the use of external phpunit binary

0.3.0 - Run test suite

  • Added command to run the entire test suite

0.2.0 - Run test class

  • Fixed disfunctional code
  • Added command to run the current test class

0.1.0 - First Release

  • Every feature added
  • Every bug fixed