-
Notifications
You must be signed in to change notification settings - Fork 133
The 'handler_settings' plugin config is deprecated #577
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice work, just a small nitpick.
// Provide at least one assertion. | ||
$this->assertTrue(TRUE); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's explain here why this is done, people might not be familiar with the way PHPUnit marks tests without asserts as being risky.
// Remove also de backwards compatibility layer because that will be passed | ||
// to the chosen selection handler setter and, as an effect, will trigger a | ||
// deprecation notice. | ||
// @see \Drupal\Core\Entity\EntityReferenceSelection\SelectionPluginBase::resolveBackwardCompatibilityConfiguration() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: "de" -> "the"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the nitpicks, this is good to go! Thanks a lot!!
Fixes #519