Skip to content

Releases: seregazhuk/php-react-promise-testing

v0.6.1

22 Apr 20:20
Compare
Choose a tag to compare

Fixed:

  • False positive assertPromiseRejectsWith()

v0.6.0

03 Jul 13:56
235319f
Compare
Choose a tag to compare

Added:

  • New assertions assertTrueAboutPromise() and assertFalseAboutPromise() (#21 by @ace411)

v0.5.0

22 May 15:33
4dc6e7f
Compare
Choose a tag to compare

Added:

  • trait AssertsPromise

0.4.0

09 Mar 12:03
a56481a
Compare
Choose a tag to compare

Changed:

  • TestCase is now abstract

Added:

  • assertPromiseFulfillsWithInstanceOf() to check class of the resolution value

0.3.0

08 Mar 08:56
cb8dbe9
Compare
Choose a tag to compare

Updated:

  • Dependencies
  • Added types

0.2.2

06 Apr 20:05
Compare
Choose a tag to compare

Fixed:

  • use vendor PHPUnit when running TravisCI

0.2.1

14 Sep 18:34
Compare
Choose a tag to compare

Fixed:

  • assertions counter

0.2.0

26 Jun 05:15
Compare
Choose a tag to compare

Updated:

  • dependencies and php version changed to 7.2

0.1.5

02 Mar 12:19
Compare
Choose a tag to compare

Fixed:

  • wrong assertions count

0.1.4

16 Feb 18:48
Compare
Choose a tag to compare

Added:

  • support for php7