diff options
author | Shitiz Garg <mail@dragooon.net> | 2014-06-18 01:25:04 +0530 |
---|---|---|
committer | Shitiz Garg <mail@dragooon.net> | 2014-06-18 01:25:04 +0530 |
commit | aee20bcf0c94f37656b3d8bf213649a4ca702df6 (patch) | |
tree | 2e9e6a8c9d104b5cd37272adc12845464adbe24e /tests/profilefields | |
parent | 934db6ded1eb4f0d2e1dc1897318672d6b940fe9 (diff) | |
download | forums-aee20bcf0c94f37656b3d8bf213649a4ca702df6.tar forums-aee20bcf0c94f37656b3d8bf213649a4ca702df6.tar.gz forums-aee20bcf0c94f37656b3d8bf213649a4ca702df6.tar.bz2 forums-aee20bcf0c94f37656b3d8bf213649a4ca702df6.tar.xz forums-aee20bcf0c94f37656b3d8bf213649a4ca702df6.zip |
[ticket/12514] Remove spaces in header blocks
PHPBB3-12514
Diffstat (limited to 'tests/profilefields')
-rw-r--r-- | tests/profilefields/type_bool_test.php | 20 | ||||
-rw-r--r-- | tests/profilefields/type_date_test.php | 20 | ||||
-rw-r--r-- | tests/profilefields/type_dropdown_test.php | 20 | ||||
-rw-r--r-- | tests/profilefields/type_int_test.php | 20 | ||||
-rw-r--r-- | tests/profilefields/type_string_test.php | 20 | ||||
-rw-r--r-- | tests/profilefields/type_url_test.php | 20 |
6 files changed, 60 insertions, 60 deletions
diff --git a/tests/profilefields/type_bool_test.php b/tests/profilefields/type_bool_test.php index ca4d13ccf7..0b1f2b8a30 100644 --- a/tests/profilefields/type_bool_test.php +++ b/tests/profilefields/type_bool_test.php @@ -1,15 +1,15 @@ <?php /** - * - * This file is part of the phpBB Forum Software package. - * - * @copyright (c) phpBB Limited <https://www.phpbb.com> - * @license GNU General Public License, version 2 (GPL-2.0) - * - * For full copyright and license information, please see - * the docs/CREDITS.txt file. - * - */ +* +* This file is part of the phpBB Forum Software package. +* +* @copyright (c) phpBB Limited <https://www.phpbb.com> +* @license GNU General Public License, version 2 (GPL-2.0) +* +* For full copyright and license information, please see +* the docs/CREDITS.txt file. +* +*/ class phpbb_profilefield_type_bool_test extends phpbb_test_case { diff --git a/tests/profilefields/type_date_test.php b/tests/profilefields/type_date_test.php index 256fd61e09..013d9d9082 100644 --- a/tests/profilefields/type_date_test.php +++ b/tests/profilefields/type_date_test.php @@ -1,15 +1,15 @@ <?php /** - * - * This file is part of the phpBB Forum Software package. - * - * @copyright (c) phpBB Limited <https://www.phpbb.com> - * @license GNU General Public License, version 2 (GPL-2.0) - * - * For full copyright and license information, please see - * the docs/CREDITS.txt file. - * - */ +* +* This file is part of the phpBB Forum Software package. +* +* @copyright (c) phpBB Limited <https://www.phpbb.com> +* @license GNU General Public License, version 2 (GPL-2.0) +* +* For full copyright and license information, please see +* the docs/CREDITS.txt file. +* +*/ class phpbb_profilefield_type_date_test extends phpbb_test_case { diff --git a/tests/profilefields/type_dropdown_test.php b/tests/profilefields/type_dropdown_test.php index 0c440cf143..dad843086d 100644 --- a/tests/profilefields/type_dropdown_test.php +++ b/tests/profilefields/type_dropdown_test.php @@ -1,15 +1,15 @@ <?php /** - * - * This file is part of the phpBB Forum Software package. - * - * @copyright (c) phpBB Limited <https://www.phpbb.com> - * @license GNU General Public License, version 2 (GPL-2.0) - * - * For full copyright and license information, please see - * the docs/CREDITS.txt file. - * - */ +* +* This file is part of the phpBB Forum Software package. +* +* @copyright (c) phpBB Limited <https://www.phpbb.com> +* @license GNU General Public License, version 2 (GPL-2.0) +* +* For full copyright and license information, please see +* the docs/CREDITS.txt file. +* +*/ class phpbb_profilefield_type_dropdown_test extends phpbb_test_case { diff --git a/tests/profilefields/type_int_test.php b/tests/profilefields/type_int_test.php index 4cfc8a06e2..a12909722a 100644 --- a/tests/profilefields/type_int_test.php +++ b/tests/profilefields/type_int_test.php @@ -1,15 +1,15 @@ <?php /** - * - * This file is part of the phpBB Forum Software package. - * - * @copyright (c) phpBB Limited <https://www.phpbb.com> - * @license GNU General Public License, version 2 (GPL-2.0) - * - * For full copyright and license information, please see - * the docs/CREDITS.txt file. - * - */ +* +* This file is part of the phpBB Forum Software package. +* +* @copyright (c) phpBB Limited <https://www.phpbb.com> +* @license GNU General Public License, version 2 (GPL-2.0) +* +* For full copyright and license information, please see +* the docs/CREDITS.txt file. +* +*/ class phpbb_profilefield_type_int_test extends phpbb_test_case { diff --git a/tests/profilefields/type_string_test.php b/tests/profilefields/type_string_test.php index ae8f908bb5..8e24b7a3f0 100644 --- a/tests/profilefields/type_string_test.php +++ b/tests/profilefields/type_string_test.php @@ -1,15 +1,15 @@ <?php /** - * - * This file is part of the phpBB Forum Software package. - * - * @copyright (c) phpBB Limited <https://www.phpbb.com> - * @license GNU General Public License, version 2 (GPL-2.0) - * - * For full copyright and license information, please see - * the docs/CREDITS.txt file. - * - */ +* +* This file is part of the phpBB Forum Software package. +* +* @copyright (c) phpBB Limited <https://www.phpbb.com> +* @license GNU General Public License, version 2 (GPL-2.0) +* +* For full copyright and license information, please see +* the docs/CREDITS.txt file. +* +*/ require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php'; require_once dirname(__FILE__) . '/../../phpBB/includes/functions_content.php'; diff --git a/tests/profilefields/type_url_test.php b/tests/profilefields/type_url_test.php index c49bf6afd0..fab86dc2c1 100644 --- a/tests/profilefields/type_url_test.php +++ b/tests/profilefields/type_url_test.php @@ -1,15 +1,15 @@ <?php /** - * - * This file is part of the phpBB Forum Software package. - * - * @copyright (c) phpBB Limited <https://www.phpbb.com> - * @license GNU General Public License, version 2 (GPL-2.0) - * - * For full copyright and license information, please see - * the docs/CREDITS.txt file. - * - */ +* +* This file is part of the phpBB Forum Software package. +* +* @copyright (c) phpBB Limited <https://www.phpbb.com> +* @license GNU General Public License, version 2 (GPL-2.0) +* +* For full copyright and license information, please see +* the docs/CREDITS.txt file. +* +*/ require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php'; |