cms/drupal/modules/simpletest/tests/module_test.file.inc
author ymh <ymh.work@gmail.com>
Tue, 26 Sep 2017 21:41:49 +0200
changeset 550 fbd1bfc9f963
parent 541 e756a8c72c3d
permissions -rw-r--r--
Improve label resolution in french for geonames.

<?php

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

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