diff options
Diffstat (limited to 'modules/translation/tests/translation_test.module')
-rw-r--r-- | modules/translation/tests/translation_test.module | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/translation/tests/translation_test.module b/modules/translation/tests/translation_test.module deleted file mode 100644 index e3bb4b5ff7d..00000000000 --- a/modules/translation/tests/translation_test.module +++ /dev/null @@ -1,13 +0,0 @@ -<?php - -/** - * @file - * Mock module for content translation tests. - */ - -/** - * Implements hook_node_insert(). - */ -function translation_test_node_insert($node) { - drupal_write_record('node', $node, 'nid'); -} |