cms/drupal/modules/simpletest/tests/module_test.file.inc
author ymh <ymh.work@gmail.com>
Thu, 16 Nov 2017 15:44:36 +0100
changeset 553 251df6cb3afa
parent 541 e756a8c72c3d
permissions -rwxr-xr-x
upgrade drupal with the new tresor theme

<?php

/**
 * @file
 * A file to test module_implements() loading includes.
 */

/**
 * Implements hook_test_hook().
 */
function module_test_test_hook() {
  return array('module_test' => 'success!');
}