In the latest Flutter 3.0. maxLengthEnforced maybe completley removed by flutter.
../../.pub-cache/hosted/pub.dartlang.org/automated_testing_framework-3.3.1+1/lib/src/widgets/testable_text_form_field.dart:181:11: Error: No named parameter with the name 'maxLengthEnforced'.
maxLengthEnforced: widget.maxLengthEnforced,
^^^^^^^^^^^^^^^^^
In the latest Flutter 3.0. maxLengthEnforced maybe completley removed by flutter.