Skip to content

1.0.0

Choose a tag to compare

@Neluxx Neluxx released this 08 Apr 06:39
c2eaf48

Added

  • Add support for CakePHP 4.x #5
  • Add the following new test methods: #5
    • Assert a field accepts empty values without errors
    • Assert a field is not required
    • Validate URLs with http/https protocol
    • Assert a dataset produces no errors for a given field
    • Assert a full dataset against expected errors across all fields
    • Assert a full dataset produces no errors across all fields
    • Assert application-level rule errors after a failed save
    • Assert no application-level rule errors occur after a successful save
    • Assert a field rejects non-scalar values such as arrays
    • Assert a field enforces a minimum and maximum length range

Changed

  • Drop support for CakePHP 2.x & skip support for CakePHP 3.x #5
  • Update the minimum required PHP Version to PHP 7.4 #5

Dependencies

  • cakephp/cakephp installed in version 4.6.3 #5
  • cakephp/cakephp-codesniffer installed in version 4.7.1 #5
  • phpunit/phpunit updated from 3.7.38 to 8.5.52 major #5