diff options
Diffstat (limited to 'tests/functional/search/base_test.php')
| -rw-r--r-- | tests/functional/search/base_test.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/functional/search/base_test.php b/tests/functional/search/base_test.php index fd17048371..c6a5a18c94 100644 --- a/tests/functional/search/base_test.php +++ b/tests/functional/search/base_test.php @@ -1,16 +1,16 @@ <?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 +* +*/ /** - * @group functional - */ -abstract class phpbb_functional_search_base_test extends phpbb_functional_test_case +* @group functional +*/ +abstract class phpbb_functional_search_base extends phpbb_functional_test_case { protected function assert_search_found($keywords) { |
