Form feature tests
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.