aboutsummaryrefslogtreecommitdiffstats
path: root/tests/session
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-05-28 18:19:20 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-05-28 18:19:20 +0200
commit3ab06314f1250d737a4abdb1271ac062d4463b99 (patch)
treeaeed6a4aa404a4829a9dbd0ef31f526e4b6f9dae /tests/session
parentcf12e179441f0ae247be3fd448a4d7fb16e089ec (diff)
parentc8e7b2c5d4a8bbc33cc9cf394fa2a4f978cca63c (diff)
downloadforums-3ab06314f1250d737a4abdb1271ac062d4463b99.tar
forums-3ab06314f1250d737a4abdb1271ac062d4463b99.tar.gz
forums-3ab06314f1250d737a4abdb1271ac062d4463b99.tar.bz2
forums-3ab06314f1250d737a4abdb1271ac062d4463b99.tar.xz
forums-3ab06314f1250d737a4abdb1271ac062d4463b99.zip
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12594] Replace phpBB Group with phpBB Limited [ticket/12594] Update footer credit lines [ticket/12594] Remove @package tags and update file headers
Diffstat (limited to 'tests/session')
-rw-r--r--tests/session/append_sid_test.php10
-rw-r--r--tests/session/check_ban_test.php16
-rw-r--r--tests/session/check_isvalid_test.php10
-rw-r--r--tests/session/create_test.php16
-rw-r--r--tests/session/extract_hostname_test.php16
-rw-r--r--tests/session/extract_page_test.php16
-rw-r--r--tests/session/garbage_collection_test.php16
-rw-r--r--tests/session/session_key_test.php16
-rw-r--r--tests/session/testable_facade.php16
-rw-r--r--tests/session/testable_factory.php10
-rw-r--r--tests/session/unset_admin_test.php16
-rw-r--r--tests/session/validate_referrer_test.php16
12 files changed, 111 insertions, 63 deletions
diff --git a/tests/session/append_sid_test.php b/tests/session/append_sid_test.php
index b9e9ac1aa9..2a1d94514f 100644
--- a/tests/session/append_sid_test.php
+++ b/tests/session/append_sid_test.php
@@ -1,9 +1,13 @@
<?php
/**
*
-* @package testing
-* @copyright (c) 2011 phpBB Group
-* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
+* 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.
*
*/
diff --git a/tests/session/check_ban_test.php b/tests/session/check_ban_test.php
index 3f13b9f216..561b7faf49 100644
--- a/tests/session/check_ban_test.php
+++ b/tests/session/check_ban_test.php
@@ -1,11 +1,15 @@
<?php
/**
- *
- * @package testing
- * @copyright (c) 2013 phpBB Group
- * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
- *
- */
+*
+* 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__) . '/../test_framework/phpbb_session_test_case.php';
diff --git a/tests/session/check_isvalid_test.php b/tests/session/check_isvalid_test.php
index 760e2a6f24..90554bfe5f 100644
--- a/tests/session/check_isvalid_test.php
+++ b/tests/session/check_isvalid_test.php
@@ -1,9 +1,13 @@
<?php
/**
*
-* @package testing
-* @copyright (c) 2013 phpBB Group
-* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
+* 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.
*
*/
diff --git a/tests/session/create_test.php b/tests/session/create_test.php
index 442445599b..105c76eb7f 100644
--- a/tests/session/create_test.php
+++ b/tests/session/create_test.php
@@ -1,11 +1,15 @@
<?php
/**
- *
- * @package testing
- * @copyright (c) 2013 phpBB Group
- * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
- *
- */
+*
+* 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__) . '/../test_framework/phpbb_session_test_case.php';
diff --git a/tests/session/extract_hostname_test.php b/tests/session/extract_hostname_test.php
index bd183fd438..3a9d498007 100644
--- a/tests/session/extract_hostname_test.php
+++ b/tests/session/extract_hostname_test.php
@@ -1,11 +1,15 @@
<?php
/**
- *
- * @package testing
- * @copyright (c) 2013 phpBB Group
- * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
- *
- */
+*
+* 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__) . '/../test_framework/phpbb_session_test_case.php';
diff --git a/tests/session/extract_page_test.php b/tests/session/extract_page_test.php
index 6e137e28b8..f314d35f87 100644
--- a/tests/session/extract_page_test.php
+++ b/tests/session/extract_page_test.php
@@ -1,11 +1,15 @@
<?php
/**
- *
- * @package testing
- * @copyright (c) 2013 phpBB Group
- * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
- *
- */
+*
+* 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__) . '/../test_framework/phpbb_session_test_case.php';
diff --git a/tests/session/garbage_collection_test.php b/tests/session/garbage_collection_test.php
index e7d01785dd..0fbc71dcd7 100644
--- a/tests/session/garbage_collection_test.php
+++ b/tests/session/garbage_collection_test.php
@@ -1,11 +1,15 @@
<?php
/**
- *
- * @package testing
- * @copyright (c) 2013 phpBB Group
- * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
- *
- */
+*
+* 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__) . '/../test_framework/phpbb_session_test_case.php';
diff --git a/tests/session/session_key_test.php b/tests/session/session_key_test.php
index 1cf2101385..31a470615c 100644
--- a/tests/session/session_key_test.php
+++ b/tests/session/session_key_test.php
@@ -1,11 +1,15 @@
<?php
/**
- *
- * @package testing
- * @copyright (c) 2013 phpBB Group
- * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
- *
- */
+*
+* 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__) . '/../test_framework/phpbb_session_test_case.php';
diff --git a/tests/session/testable_facade.php b/tests/session/testable_facade.php
index 2600a46cc4..05858c8a63 100644
--- a/tests/session/testable_facade.php
+++ b/tests/session/testable_facade.php
@@ -1,11 +1,15 @@
<?php
/**
- *
- * @package testing
- * @copyright (c) 2013 phpBB Group
- * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
- *
- */
+*
+* 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__) . '/testable_factory.php';
require_once dirname(__FILE__) . '/../../phpBB/phpbb/session.php';
diff --git a/tests/session/testable_factory.php b/tests/session/testable_factory.php
index c968012edf..81724cf661 100644
--- a/tests/session/testable_factory.php
+++ b/tests/session/testable_factory.php
@@ -1,9 +1,13 @@
<?php
/**
*
-* @package testing
-* @copyright (c) 2013 phpBB Group
-* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
+* 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.
*
*/
diff --git a/tests/session/unset_admin_test.php b/tests/session/unset_admin_test.php
index 1d5b1759ab..9633d77be6 100644
--- a/tests/session/unset_admin_test.php
+++ b/tests/session/unset_admin_test.php
@@ -1,11 +1,15 @@
<?php
/**
- *
- * @package testing
- * @copyright (c) 2013 phpBB Group
- * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
- *
- */
+*
+* 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__) . '/../test_framework/phpbb_session_test_case.php';
diff --git a/tests/session/validate_referrer_test.php b/tests/session/validate_referrer_test.php
index a302229287..7690a89018 100644
--- a/tests/session/validate_referrer_test.php
+++ b/tests/session/validate_referrer_test.php
@@ -1,11 +1,15 @@
<?php
/**
- *
- * @package testing
- * @copyright (c) 2013 phpBB Group
- * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
- *
- */
+*
+* 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__) . '/../test_framework/phpbb_session_test_case.php';