Skip to content

Releases: konecnyjakub/mytester

My Tester 0.9.4c

30 Jul 16:48
Compare
Choose a tag to compare

Changelog

  • fixed assertion same

My Tester 0.9.4b

13 Jul 08:39
Compare
Choose a tag to compare

Changes in dependencies:

  • raised minimal version of PHP to 5.6

Other changes:

  • corrected misspelled warning

My Tester 0.9.4a

09 Jul 13:07
Compare
Choose a tag to compare

Changes in dependencies

  • raised minimal version of PHP to 5.5
  • version 2.4 of packages nette/reflection and nette/robot-loader is now required

My Tester 0.9.4

08 Jul 11:42
Compare
Choose a tag to compare

Changelog

  • allowed conditional skipping of tests (in TestCase)
  • small code refactoring
  • print number of finished and skipped jobs for TestCase

My Tester 0.9.3

04 Dec 15:28
Compare
Choose a tag to compare

Changelog:

  • test suits can have custom names
  • possible BC break: made Environment::$taskCount protected (use Environment::getCounter() to get its value)
  • possible BC break: made Environment::$output protected (use Environment::getOutput() to get its value)
  • clarified error message when trying to set invalid output mode
  • BC break: reworked parameters for test methods in TestCase, see README for more info

My Tester 0.9.2

10 Sep 12:29
Compare
Choose a tag to compare

New features:

  • added automated tests runner (requires package nette/robot-loader)
  • tests can have custom names
  • tests (in TestCase) can be skipped

Changes in dependencies:

  • raised minimal version of PHP to 5.4
  • added dependency on nette/reflection
  • added optional dependency on nette/robot-loader (for automated tests runner)

My Tester 0.9.1a

09 Sep 22:02
Compare
Choose a tag to compare

Changelog:

  • small code refactoring
  • added README with documentation
  • made possible installation via composer

My Tester 0.9.1

09 Sep 22:01
Compare
Choose a tag to compare

Changelog:

  • print correct line ending when run from browswer
  • small code refactoring

My Tester 0.9.0

09 Sep 22:00
Compare
Choose a tag to compare

Initial version