Build: #272 failed Changes by Marc

Stages & jobs

  1. Default Stage

Build result summary

Details

Completed
Queue duration
1 second
Duration
90 minutes
Labels
None
Revision
1b63292cc3f1d55d81d38c695958a9a1c290a6c5 1b63292cc3f1d55d81d38c695958a9a1c290a6c5
Total tests
6591
Fixed in
#273 (Changes by Marc)

Tests

Responsible

  • Marc Marc Automatically assigned

Code commits

Author Commit Message Commit date
Marc Marc 1b63292cc3f1d55d81d38c695958a9a1c290a6c5 1b63292cc3f1d55d81d38c695958a9a1c290a6c5 Merge branch '3.1.x' into 3.2.x
Marc Marc 1cbc6dedab1e5d02872d9ed185125383abd96de1 m 1cbc6dedab1e5d02872d9ed185125383abd96de1 Merge pull request #4592 from javiexin/ticket/14938
[ticket/14938] Inconsistency in ext_mgr all_available vs is_available
javiexin <javiexin@gmail.com> javiexin <javiexin@gmail.com> 7b2ffaf78c9f591d1b68e650918a59cc436adecf m 7b2ffaf78c9f591d1b68e650918a59cc436adecf [ticket/14938] Inconsistency in ext_mgr all_available vs is_available
Made is_available much more strict, in line with the checks in all_available
Refactor all_available to use is_available, saving duplicate code.
Further simplify is_available by using metadata_manager.
Make optional the template object on metadata_manager creation.
Fix extension_manager_mock to have config and user components.

PHPBB3-14938
javiexin <javiexin@gmail.com> javiexin <javiexin@gmail.com> 7313eb54b4f23c9ccd238e1a368c69bedb452229 m 7313eb54b4f23c9ccd238e1a368c69bedb452229 [ticket/14938] Inconsistency in ext_mgr all_available vs is_available
Made is_available much more strict, in line with the checks in all_available
Refactor all_available to use is_available, saving duplicate code.
Further simplify is_available by using metadata_manager.
Make optional the template object on metadata_manager creation.

PHPBB3-14938
javiexin <javiexin@gmail.com> javiexin <javiexin@gmail.com> abd6bd815449ba59c2b5737ebb0b47a55221a01c m abd6bd815449ba59c2b5737ebb0b47a55221a01c [ticket/14938] Inconsistency in ext_mgr all_available vs is_available
Made is_available much more strict, in line with the checks in all_available
Refactor all_available to use is_available, saving duplicate code.
Further simplify is_available by using metadata_manager.

PHPBB3-14938

Tests

New test failures 799
Status Test View job Duration
Collapse Failed phpbb_controller_controller_test test_router_default_loader History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_controller_test::test_router_default_loader
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/controller_test.php:39
Collapse Failed phpbb_controller_controller_test test_controller_resolver History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_controller_test::test_controller_resolver
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/controller_test.php:39
Collapse Failed phpbb_controller_controller_test::test_get_arguments test_get_arguments with data set #0 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_controller_test::test_get_arguments with data set #0 (array(foo\controller Object (), 'handle2', 1, SplObjectStorage Object ()), array('foo', 0, 2, SplObjectStorage Object ()), 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/controller_test.php:39
Collapse Failed phpbb_controller_controller_test::test_get_arguments test_get_arguments with data set #5 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_controller_test::test_get_arguments with data set #5 (phpbb\controller\foo Object (), array(1, SplObjectStorage Object ()), array(2, SplObjectStorage Object ()), '\ReflectionException', 'Method __invoke does not exist', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/controller_test.php:39
Collapse Failed phpbb_controller_controller_test::test_get_arguments test_get_arguments with data set #4 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_controller_test::test_get_arguments with data set #4 ('', array(1, SplObjectStorage Object ()), array(2, SplObjectStorage Object ()), '\ReflectionException', 'Function () does not exist', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/controller_test.php:39
Collapse Failed phpbb_controller_controller_test::test_get_arguments test_get_arguments with data set #3 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_controller_test::test_get_arguments with data set #3 (array(foo\controller Object (), 'handle_fail', 1, SplObjectStorage Object ()), array(2, SplObjectStorage Object ()), array(3, SplObjectStorage Object ()), '\phpbb\controller\exception', 'CONTROLLER_ARGUMENT_VALUE_MISSING', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/controller_test.php:39
Collapse Failed phpbb_controller_controller_test::test_get_arguments test_get_arguments with data set #2 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_controller_test::test_get_arguments with data set #2 (foo\controller Object (), array(1, SplObjectStorage Object ()), array(2, SplObjectStorage Object ()), 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/controller_test.php:39
Collapse Failed phpbb_controller_controller_test::test_get_arguments test_get_arguments with data set #1 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_controller_test::test_get_arguments with data set #1 (array(foo\controller Object (), 'handle_fail', 1, SplObjectStorage Object ()), array('default', 2, SplObjectStorage Object ()), array('default', 3, SplObjectStorage Object ()), 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/controller_test.php:39
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute test_helper_url_absolute with data set #15 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute with data set #15 ('controller3', array(3, 1, SplObjectStorage Object ()), true, false, 'http://localhost/app.php/foo/bar/p-3', 'no params using empty array', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute test_helper_url_absolute with data set #16 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute with data set #16 ('controller4', array(1, SplObjectStorage Object ()), true, false, 'http://localhost/app.php/foo/test', 'di parameter', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute test_helper_url_absolute with data set #13 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute with data set #13 ('controller2', array(1, SplObjectStorage Object ()), true, false, 'http://localhost/app.php/foo/bar', 'no params using empty array', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute test_helper_url_absolute with data set #14 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute with data set #14 ('controller2', array(1, SplObjectStorage Object ()), false, false, 'http://localhost/app.php/foo/bar', 'no params using empty array', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute test_helper_url_absolute with data set #11 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute with data set #11 ('controller2', array(1, 2, 'anchor', 1, SplObjectStorage Object ()), false, 'custom-sid', 'http://localhost/app.php/foo/...anchor', 'anchor in params-argument (ar...ion_id', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute test_helper_url_absolute with data set #12 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute with data set #12 ('controller3', array(3, 1, 2, 'anchor', 1, SplObjectStorage Object ()), true, 'custom-sid', 'http://localhost/app.php/foo/...anchor', 'anchor in params-argument (ar...ion_id', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute test_helper_url_absolute with data set #10 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute with data set #10 ('controller2', array(1, 2, 'anchor', 1, SplObjectStorage Object ()), true, 'custom-sid', 'http://localhost/app.php/foo/...anchor', 'anchor in params-argument (ar...ion_id', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute test_helper_url_absolute with data set #5 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute with data set #5 ('controller2', array(1, 2, 1, SplObjectStorage Object ()), false, 'custom-sid', 'http://localhost/app.php/foo/...om-sid', 'params-argument (array) using...ion_id', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute test_helper_url_absolute with data set #4 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute with data set #4 ('controller2', array(1, 2, 1, SplObjectStorage Object ()), true, 'custom-sid', 'http://localhost/app.php/foo/...om-sid', 'params-argument (array) using...ion_id', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute test_helper_url_absolute with data set #3 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute with data set #3 ('controller3', array(3, 1, 2, 1, SplObjectStorage Object ()), false, false, 'http://localhost/app.php/foo/...=1&f=2', 'parameters in params-argument as array', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute test_helper_url_absolute with data set #2 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute with data set #2 ('controller3', array(3, 1, 2, 1, SplObjectStorage Object ()), true, false, 'http://localhost/app.php/foo/...mp;f=2', 'parameters in params-argument as array', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute test_helper_url_absolute with data set #9 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute with data set #9 ('controller3', array(3, 1, 2, 'anchor', 1, SplObjectStorage Object ()), true, false, 'http://localhost/app.php/foo/...anchor', 'anchor in params-argument (array)', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute test_helper_url_absolute with data set #8 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute with data set #8 ('controller2', array(1, 2, 'anchor', 1, SplObjectStorage Object ()), false, false, 'http://localhost/app.php/foo/...anchor', 'anchor in params-argument (array)', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute test_helper_url_absolute with data set #7 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute with data set #7 ('controller2', array(1, 2, 'anchor', 1, SplObjectStorage Object ()), true, false, 'http://localhost/app.php/foo/...anchor', 'anchor in params-argument (array)', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute test_helper_url_absolute with data set #6 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute with data set #6 ('controller3', array(3, 1, 2, 1, SplObjectStorage Object ()), true, 'custom-sid', 'http://localhost/app.php/foo/...om-sid', 'params-argument (array) using...ion_id', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute test_helper_url_absolute with data set #1 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute with data set #1 ('controller2', array(1, 2, 1, SplObjectStorage Object ()), false, false, 'http://localhost/app.php/foo/...=1&f=2', 'parameters in params-argument as array', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute test_helper_url_absolute with data set #0 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute with data set #0 ('controller2', array(1, 2, 1, SplObjectStorage Object ()), true, false, 'http://localhost/app.php/foo/...mp;f=2', 'parameters in params-argument as array', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite test_helper_url_absolute_with_rewrite with data set #1 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite with data set #1 ('controller2', array(1, 2, 1, SplObjectStorage Object ()), false, false, 'http://localhost/foo/bar?t=1&f=2', 'parameters in params-argument as array', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite test_helper_url_absolute_with_rewrite with data set #0 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite with data set #0 ('controller2', array(1, 2, 1, SplObjectStorage Object ()), true, false, 'http://localhost/foo/bar?t=1&amp;f=2', 'parameters in params-argument as array', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite test_helper_url_absolute_with_rewrite with data set #7 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite with data set #7 ('controller2', array(1, 2, 'anchor', 1, SplObjectStorage Object ()), true, false, 'http://localhost/foo/bar?t=1&...anchor', 'anchor in params-argument (array)', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite test_helper_url_absolute_with_rewrite with data set #6 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite with data set #6 ('controller3', array(3, 1, 2, 1, SplObjectStorage Object ()), true, 'custom-sid', 'http://localhost/foo/bar/p-3?...om-sid', 'params-argument (array) using...ion_id', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite test_helper_url_absolute_with_rewrite with data set #9 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite with data set #9 ('controller3', array(3, 1, 2, 'anchor', 1, SplObjectStorage Object ()), true, false, 'http://localhost/foo/bar/p-3?...anchor', 'anchor in params-argument (array)', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite test_helper_url_absolute_with_rewrite with data set #8 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite with data set #8 ('controller2', array(1, 2, 'anchor', 1, SplObjectStorage Object ()), false, false, 'http://localhost/foo/bar?t=1&...anchor', 'anchor in params-argument (array)', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite test_helper_url_absolute_with_rewrite with data set #3 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite with data set #3 ('controller3', array(3, 1, 2, 1, SplObjectStorage Object ()), false, false, 'http://localhost/foo/bar/p-3?t=1&f=2', 'parameters in params-argument as array', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite test_helper_url_absolute_with_rewrite with data set #2 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite with data set #2 ('controller3', array(3, 1, 2, 1, SplObjectStorage Object ()), true, false, 'http://localhost/foo/bar/p-3?...mp;f=2', 'parameters in params-argument as array', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite test_helper_url_absolute_with_rewrite with data set #5 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite with data set #5 ('controller2', array(1, 2, 1, SplObjectStorage Object ()), false, 'custom-sid', 'http://localhost/foo/bar?t=1&...om-sid', 'params-argument (array) using...ion_id', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite test_helper_url_absolute_with_rewrite with data set #4 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite with data set #4 ('controller2', array(1, 2, 1, SplObjectStorage Object ()), true, 'custom-sid', 'http://localhost/foo/bar?t=1&...om-sid', 'params-argument (array) using...ion_id', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite test_helper_url_absolute_with_rewrite with data set #16 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite with data set #16 ('controller4', array(1, SplObjectStorage Object ()), true, false, 'http://localhost/foo/test', 'di parameter', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite test_helper_url_absolute_with_rewrite with data set #15 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite with data set #15 ('controller3', array(3, 1, SplObjectStorage Object ()), true, false, 'http://localhost/foo/bar/p-3', 'no params using empty array', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite test_helper_url_absolute_with_rewrite with data set #14 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite with data set #14 ('controller2', array(1, SplObjectStorage Object ()), false, false, 'http://localhost/foo/bar', 'no params using empty array', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite test_helper_url_absolute_with_rewrite with data set #13 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite with data set #13 ('controller2', array(1, SplObjectStorage Object ()), true, false, 'http://localhost/foo/bar', 'no params using empty array', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite test_helper_url_absolute_with_rewrite with data set #12 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite with data set #12 ('controller3', array(3, 1, 2, 'anchor', 1, SplObjectStorage Object ()), true, 'custom-sid', 'http://localhost/foo/bar/p-3?...anchor', 'anchor in params-argument (ar...ion_id', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite test_helper_url_absolute_with_rewrite with data set #11 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite with data set #11 ('controller2', array(1, 2, 'anchor', 1, SplObjectStorage Object ()), false, 'custom-sid', 'http://localhost/foo/bar?t=1&...anchor', 'anchor in params-argument (ar...ion_id', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite test_helper_url_absolute_with_rewrite with data set #10 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_absolute_with_rewrite with data set #10 ('controller2', array(1, 2, 'anchor', 1, SplObjectStorage Object ()), true, 'custom-sid', 'http://localhost/foo/bar?t=1&...anchor', 'anchor in params-argument (ar...ion_id', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_force_server_vars test_helper_url_force_server_vars with data set #2 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_force_server_vars with data set #2 (false, true, 'my_server', 443, '/my/board', 'http://', 3, '//my_server:443/my/board/app.php/foo', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_force_server_vars test_helper_url_force_server_vars with data set #3 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_force_server_vars with data set #3 (true, true, 'my_server', 444, '/my/board', 'https://', 3, '//my_server:444/my/board/foo', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_force_server_vars test_helper_url_force_server_vars with data set #0 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_force_server_vars with data set #0 (false, true, 'my_server', 443, '/my/board', 'http://', 0, 'http://my_server:443/my/board...hp/foo', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_force_server_vars test_helper_url_force_server_vars with data set #1 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_force_server_vars with data set #1 (true, true, 'my_server', 444, '/my/board', 'https://', 0, 'https://my_server:444/my/board/foo', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_force_server_vars test_helper_url_force_server_vars with data set #6 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_force_server_vars with data set #6 (false, true, 'my_server', 443, '/my/board', 'http://', 2, 'app.php/foo', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_force_server_vars test_helper_url_force_server_vars with data set #7 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_force_server_vars with data set #7 (true, true, 'my_server', 443, '/my/board', 'http://', 2, 'foo', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_force_server_vars test_helper_url_force_server_vars with data set #4 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_force_server_vars with data set #4 (false, true, 'my_server', 443, '/my/board', 'http://', 1, '/my/board/app.php/foo', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45
Collapse Failed phpbb_controller_helper_route_adm_subdir_test::test_helper_url_force_server_vars test_helper_url_force_server_vars with data set #5 History
PHP 5.6 - SQLite < 1 sec
phpbb_controller_helper_route_adm_subdir_test::test_helper_url_force_server_vars with data set #5 (true, true, 'my_server', 443, '/my/board', 'http://', 1, '/my/board/foo', 0, SplObjectStorage Object ())
Argument 1 passed to phpbb\user::__construct() must be an instance of phpbb\language\language, string given, called in /data/tests/mock/extension_manager.php on line 24 and defined

/data/phpBB/phpbb/user.php:60
/data/tests/mock/extension_manager.php:24
/data/tests/controller/common_helper_route.php:45

Jira issues

IssueDescriptionStatus
Unknown Issue TypePHPBB3-14938Could not obtain issue details from Jira