The following assertions have been deprecated:
assertEqual()
assertNotEqual()
assertOption()
They need to be replaced by:
assertEquals()
assertNotEquals()
assertSession()->optionExists()
Issue fork inline_entity_form-3183939
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
spokjeComment #4
spokjeThe mentioned two Coding Standard Messages in
tests/src/FunctionalJavascript/InlineEntityFormTestBase.phpwere already present in the8.x-1.x-devbranch (See: https://www.drupal.org/pift-ci-job/1877431)Comment #5
geek-merlinYah, this MR does what the deprecation notices say. Good to get in. So valuable!
Comment #7
geek-merlin