Projet

Général

Profil

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

root / drupal7 / modules / simpletest / tests / module_test.implementations.inc @ 582db59d

1
<?php
2

    
3
/**
4
 * Implements hook_altered_test_hook()
5
 *
6
 * @see module_test_module_implements_alter()
7
 */
8
function module_test_altered_test_hook() {
9
  return __FUNCTION__;
10
}