diff options
author | Nicofuma <github@nicofuma.fr> | 2014-04-25 17:00:24 +0200 |
---|---|---|
committer | Nicofuma <github@nicofuma.fr> | 2014-05-02 13:25:44 +0200 |
commit | 7d8d8394fc36b1564ea083447329ab9f54a3db01 (patch) | |
tree | 4aff38eea04bf35f4f82fddd4e91c1f95c9fc73e /tests/functional/feed_test.php | |
parent | ac59b6a19914a86bc434fd8ac6aae4f901c72f98 (diff) | |
download | forums-7d8d8394fc36b1564ea083447329ab9f54a3db01.tar forums-7d8d8394fc36b1564ea083447329ab9f54a3db01.tar.gz forums-7d8d8394fc36b1564ea083447329ab9f54a3db01.tar.bz2 forums-7d8d8394fc36b1564ea083447329ab9f54a3db01.tar.xz forums-7d8d8394fc36b1564ea083447329ab9f54a3db01.zip |
[ticket/12413] Fix: coding style
PHPBB3-12413
Diffstat (limited to 'tests/functional/feed_test.php')
-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(); |