Projet

Général

Profil

Paste
Télécharger (203 octets) Statistiques
| Branche: | Révision:

root / drupal7 / modules / simpletest / tests / module_test.file.inc @ db2d93dd

1
<?php
2

    
3
/**
4
 * @file
5
 * A file to test module_implements() loading includes.
6
 */
7

    
8
/**
9
 * Implements hook_test_hook().
10
 */
11
function module_test_test_hook() {
12
  return array('module_test' => 'success!');
13
}