cms/drupal/modules/translation/tests/translation_test.module
changeset 541 e756a8c72c3d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cms/drupal/modules/translation/tests/translation_test.module	Fri Sep 08 12:04:06 2017 +0200
@@ -0,0 +1,13 @@
+<?php
+
+/**
+ * @file
+ * Mock module for content translation tests.
+ */
+
+/**
+ * Implements hook_node_insert().
+ */
+function translation_test_node_insert($node) {
+  drupal_write_record('node', $node, 'nid');
+}