aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/search/native_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/search/native_test.php')
-rw-r--r--tests/functional/search/native_test.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/functional/search/native_test.php b/tests/functional/search/native_test.php
index a442bb758a..c4af523b67 100644
--- a/tests/functional/search/native_test.php
+++ b/tests/functional/search/native_test.php
@@ -1,18 +1,18 @@
<?php
/**
- *
- * @package testing
- * @copyright (c) 2013 phpBB Group
- * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
- *
- */
+*
+* @package testing
+* @copyright (c) 2013 phpBB Group
+* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
+*
+*/
require_once dirname(__FILE__) . '/base_test.php';
/**
* @group functional
*/
-class phpbb_functional_search_native_test extends phpbb_functional_search_base_test
+class phpbb_functional_search_native_test extends phpbb_functional_search_base
{
protected $search_backend = 'phpbb_search_fulltext_native';
}