Skip to content

Form feature tests

Choose a tag to compare

@g105b g105b released this 03 Oct 19:38
· 202 commits to master since this release
d50e8e0

Thanks to @ognjen-petrovic we now have a FormTest class specifically for testing form-related functionality.

Implemented in this release is the checked attribute on Form elements, along with the following small changes:

  • Symfony's CSS selector has been fixed at version 3.2.14 as it will be replaced entirely by github.com/PhpGt/CssXPath in the next major release.
  • Code sniffer has fixes some issues.