Skip to content
  • David Mudrák's avatar
    MDL-69099 tasks: Do not mark the non-enabled plugin's task as disabled · cdcb53a1
    David Mudrák authored and victor's avatar victor committed
    The `core\plugininfo\base::is_enabled()` uses three-state logic for its
    return value. It can return null as a valid value as per its
    documentation. We need to test for the explicit false value in this
    case.
    
    To make the attached Behat test able to identify the table, the caption
    is added. It seems to be helpful for all users so I leave it displayed
    without using the accesshide mechanism.
    cdcb53a1