All notable changes to this project will be documented in this file.
- False positive
assertPromiseRejectsWith()
- New assertions
assertTrueAboutPromise()
andassertFalseAboutPromise()
(#21 by @ace411)
- trait
AssertsPromise
TestCase
is now abstract
assertPromiseFulfillsWithInstanceOf()
to check class of the resolution value
- Dependencies
- Added types
- use vendor PHPUnit when running TravisCI
- assertions counter
- dependencies and php version changed to 7.2
- wrong assertions count
- support for php7
- method names (replace verb
resolve
withfulfill
)
- method names (replace verb
resolve
withfulfill
)
- increase assertions count when checking that promise resolves/rejects
- some helpers to wait for promises
- First tagged release
- First initial commit