From 8595b2ae86ca14c83d8a61241fadec9f72a730c3 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Thu, 19 Jun 2014 20:11:49 +0200 Subject: [ticket/12716] Add regression test PHPBB3-12716 --- tests/auth/phpbb_not_a_token.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tests/auth/phpbb_not_a_token.php (limited to 'tests/auth/phpbb_not_a_token.php') diff --git a/tests/auth/phpbb_not_a_token.php b/tests/auth/phpbb_not_a_token.php new file mode 100644 index 0000000000..61cc14fa10 --- /dev/null +++ b/tests/auth/phpbb_not_a_token.php @@ -0,0 +1,23 @@ + +* @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_not_a_token +{ + public function __construct($param1, $param2, $param3, $param4) + { + } + + public function setEndOfLife() + { + } +} -- cgit v1.2.1