diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/functional/feed_test.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/functional/feed_test.php b/tests/functional/feed_test.php index 98a3bf2aa4..17847422b3 100644 --- a/tests/functional/feed_test.php +++ b/tests/functional/feed_test.php @@ -1,15 +1,15 @@ <?php /** - * - * @package testing - * @copyright (c) 2014 phpBB Group - * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 - * - */ +* +* @package testing +* @copyright (c) 2014 phpBB Group +* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 +* +*/ /** - * @group functional - */ +* @group functional +*/ class phpbb_functional_feed_test extends phpbb_functional_test_case { protected $data = array(); |
