2.6.7 - 2016-11-14
Fixes
- Fix the interfaceExists assertion
- Fixed issue in document generator (Thanks to Taco van den Broek)
Other changes
- Added ability to capture multiple errors on a single value in a chain (Thanks to Alec Carpenter)
- Use static factory methods instead of functions in the Assert namespace (Thanks to Taco van den Broek)
Deprecation notice
- The functions in the Assert namespace (
\Assert\that()
,\Assert\thatAll()
,\Assert\thatNullOr()
and\Assert\lazy()
) are now marked as deprecated.
They will be removed in the next major release.
They have been replaced with the static methods\Assert\Assert::that()
,\Assert\Assert::thatAll()
,\Assert\Assert::thatNullOr()
and\Assert\Assert::lazy()