summaryrefslogtreecommitdiff
path: root/modules/search
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-02-04 18:42:22 +0000
committerDries Buytaert <dries@buytaert.net>2011-02-04 18:42:22 +0000
commitf1399ea63883f67f46544ae15699b6c84ac7e971 (patch)
tree152d13838e9ff045637d689a49adcd98e65feda4 /modules/search
parent7aba30430c2d627935b4ce7bf8894e51d4a45ecc (diff)
downloadbrdo-f1399ea63883f67f46544ae15699b6c84ac7e971.tar.gz
brdo-f1399ea63883f67f46544ae15699b6c84ac7e971.tar.bz2
- Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.
Diffstat (limited to 'modules/search')
-rw-r--r--modules/search/search.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/search/search.test b/modules/search/search.test
index 589aa5540..1586bd68f 100644
--- a/modules/search/search.test
+++ b/modules/search/search.test
@@ -1,6 +1,11 @@
<?php
// $Id$
+/**
+ * @file
+ * Tests for search.module.
+ */
+
// The search index can contain different types of content. Typically the type is 'node'.
// Here we test with _test_ and _test2_ as the type.
define('SEARCH_TYPE', '_test_');