Skip to content

Test, Model and Helper additions

Compare
Choose a tag to compare
@dereuromark dereuromark released this 03 Feb 11:50
· 477 commits to master since this release

FormHelper and Html

Some detection shims have been added to find left-overs of the deprecated $confirmMessage param used.

Model

get() has been added to quickly retrieving records in controller actions (backport of 3.x).

IntegrationTestCase

assertResponseSuccess() added for 2xx/3xx range check (backport of 3.x).