You are here

message_notify_test.module in Message Notify 7.2

Test module for Message notify.

File

tests/message_notify_test.module
View source
<?php

/**
 * @file
 * Test module for Message notify.
 */

/**
 * Implements hook_ctools_plugin_directory().
 */
function message_notify_test_ctools_plugin_directory($module, $plugin) {
  if ($module == 'message_notify') {
    return 'plugins/' . $plugin;
  }
}