Build: #1443 was successful

Job: PHP 8.1 - SQLite Package was successful

Stages & jobs

  1. Default Stage

Code commits

phpBB Master

  • Marc

    Marc 5c7f19bf24239ff0a7a74c64e969c0a3e385e5a4

    Merge pull request #6838 from rxu/ticket/17535
    [ticket/17535] Upgrade PHPUnit to version 10

  • rxu

    rxu e794dd4a87408ca08d6410105b2df868f95a0b40 m

    [ticket/17535] Remove redundant empty lines
    PHPBB-17535

    • tests/dbal/connect_test.php (version e794dd4a87408ca08d6410105b2df868f95a0b40)
  • rxu

    rxu 7056bcba9130394306cf6bb6ab7bf4efa64a1345 m

    [ticket/17535] Address code review comments
    PHPBB-17535

    • phpBB/phpbb/cache/driver/base.php (version 7056bcba9130394306cf6bb6ab7bf4efa64a1345)
    • phpBB/phpbb/cache/driver/memory.php (version 7056bcba9130394306cf6bb6ab7bf4efa64a1345)
    • tests/auth/provider_apache_test.php (version 7056bcba9130394306cf6bb6ab7bf4efa64a1345)
    • tests/dbal/connect_test.php (version 7056bcba9130394306cf6bb6ab7bf4efa64a1345)
    • tests/functional/extension_acp_test.php (version 7056bcba9130394306cf6bb6ab7bf4efa64a1345)
    • tests/text_processing/message_parser_test.php (version 7056bcba9130394306cf6bb6ab7bf4efa64a1345)
  • rxu

    rxu 788e408ceb54428ed27f131e8ccb6558d3a76438 m

    [ticket/17535] Fix global var names duplication
    PHPBB-17535

    • tests/bbcode/parser_test.php (version 788e408ceb54428ed27f131e8ccb6558d3a76438)
    • tests/bbcode/url_bbcode_test.php (version 788e408ceb54428ed27f131e8ccb6558d3a76438)
  • rxu

    rxu 65ef7f1156e64f364cc503c159ef53c10aa3cf1f m

    Merge branch 'iMattPro-pullrequests/rxu/ticket/17535' into ticket/17535

  • Matt Friedman <maf675@gmail.com>

    Matt Friedman <maf675@gmail.com> 69fa84b41b1cf209c7faccb4ba35096329e8cb3b m

    [ticket/17535] Update test fix
    PHPBB-17535

    Signed-off-by: Matt Friedman <maf675@gmail.com>

    • tests/help/manager_test.php (version 69fa84b41b1cf209c7faccb4ba35096329e8cb3b)
  • rxu

    rxu 833ed86283463750bffa2af887b9fb907bb1cce6 m

    [ticket/17535] Fix Redis
    PHPBB-17535

    • phpBB/phpbb/cache/driver/memory.php (version 833ed86283463750bffa2af887b9fb907bb1cce6)
    • phpBB/phpbb/cache/driver/redis.php (version 833ed86283463750bffa2af887b9fb907bb1cce6)
  • rxu

    rxu 902c99bc0c5b7b8f59a66b9527509c3cae5430a0 m

    [ticket/17535] Fix tests PHP deprecations and notices
    PHPBB-17535

    • phpBB/includes/functions_compress.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • phpBB/phpbb/request/deactivated_super_global.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • phpBB/phpbb/user.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/console/cache/purge_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/console/thumbnail_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/console/user/base.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/datetime/from_format_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/dbal/migrator_tool_config_text_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/dbal/migrator_tool_module_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/dbal/migrator_tool_permission_role_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/dbal/migrator_tool_permission_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/email/email_parsing_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/error_collector_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/functional/jumpbox_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/messenger/method_base_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/messenger/method_email_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/messenger/queue_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/migrations/migrations_check_config_added_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/migrator/convert_timezones_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/migrator/get_callable_from_step_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/migrator/get_schema_steps_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/migrator/schema_generator_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/mimetype/guesser_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/mock/user.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/notification/base.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/notification/convert_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/notification/submit_post_base.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/pagination/pagination_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/passwords/drivers_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/profilefields/type_date_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/search/native_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/session/testable_factory.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/template/template_allfolder_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/template/template_events_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/text_processing/message_parser_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
    • tests/ucp/controller_webpush_test.php (version 902c99bc0c5b7b8f59a66b9527509c3cae5430a0)
  • rxu

    rxu 8a990240876316d72e7685381a9c0a106c925adc m

    [ticket/17535] Convert config files, make data providers static
    PHPBB-17535

    • .github/phpunit-mariadb-github.xml (version 8a990240876316d72e7685381a9c0a106c925adc)
    • .github/phpunit-mssql-github.xml (version 8a990240876316d72e7685381a9c0a106c925adc)
    • .github/phpunit-mysql-github.xml (version 8a990240876316d72e7685381a9c0a106c925adc)
    • .github/phpunit-postgres-github.xml (version 8a990240876316d72e7685381a9c0a106c925adc)
    • .github/phpunit-psql-windows-github.xml (version 8a990240876316d72e7685381a9c0a106c925adc)
    • .github/phpunit-sqlite3-github.xml (version 8a990240876316d72e7685381a9c0a106c925adc)
    • .github/workflows/tests.yml (version 8a990240876316d72e7685381a9c0a106c925adc)
    • phpunit.xml.dist (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/attachment/delete_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/attachment/manager_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/attachment/resync_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/attachment/upload_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/avatar/driver_gravatar_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/avatar/manager_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/ban/ban_manager_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/bbcode/parser_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/bbcode/url_bbcode_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/cache/redis_driver_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/captcha/qa_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/compress/compress_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/console/user/activate_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/content_visibility/delete_post_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/content_visibility/get_forums_visibility_sql_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/content_visibility/get_global_visibility_sql_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/content_visibility/get_visibility_sql_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/content_visibility/set_post_visibility_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/content_visibility/set_topic_visibility_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/controller/common_helper_route.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/controller/controller_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/controller/helper_route_other_app.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/controller/helper_route_slash_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/datetime/from_format_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/dbal/migrator_tool_module_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/dbal/migrator_tool_permission_role_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/dbal/migrator_tool_permission_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/dbal/select_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/dbal/write_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/email/email_parsing_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/event/exception_listener_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/extension/extension_base_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/extension/finder_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/extension/metadata_manager_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/extension/modules_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/feed/attachments_base_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/files/types_base_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/files/types_form_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/files/types_local_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/files/upload_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/filesystem/clean_path_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/filesystem/helper_clean_path_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/filesystem/helper_is_absolute_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/filesystem/helper_realpath_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/filesystem/is_absolute_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/filesystem/realpath_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functional/acp_bbcodes_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functional/acp_groups_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functional/acp_permissions_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functional/acp_profile_field_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functional/avatar_acp_groups_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functional/avatar_acp_users_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functional/avatar_ucp_groups_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functional/avatar_ucp_users_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functional/common_groups_test_case.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functional/extension_acp_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functional/forum_password_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functional/mcp/mcp_main_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functional/permission_roles_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functional/plupload_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functional/posting_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functional/user_password_reset_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions/build_url_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions/convert_30_dbms_to_31_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions/generate_string_list.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions/get_formatted_filesize_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions/get_preg_expression_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions/make_clickable_email_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions/make_clickable_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions/obtain_online_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions/parse_cfg_file_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions/phpbb_get_banned_user_ids.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions/phpbb_get_install_redirect_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions/quoteattr_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions/short_ipv6__test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions/style_select_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions/validate_hex_colour_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions/validate_password_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions/validate_user_email_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions/validate_username_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions_acp/build_cfg_template_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions_acp/build_select_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions_acp/insert_config_array_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions_acp/validate_config_vars_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions_acp/validate_range_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions_content/get_context_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions_content/get_username_string_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions_content/phpbb_clean_search_string_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions_content/phpbb_format_quote_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions_user/delete_user_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions_user/group_user_attributes_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/functions_user/whois_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/group/helper_get_name_string_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/group/helper_get_rank_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/groupposition/legend_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/groupposition/teampage_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/help/manager_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/installer/database_helper_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/json/sanitizer_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/log/delete_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/mcp/post_ip_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/mention/controller_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/messenger/method_email_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/migrations/migrations_check_config_added_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/migrator/get_callable_from_step_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/migrator/get_schema_steps_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/migrator/reverse_update_data_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/migrator/schema_generator_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/mimetype/guesser_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/mock/user.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/network/ip_normalise_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/notification/notification_method_email_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/notification/notification_method_webpush_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/notification/submit_post_base.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/notification/submit_post_type_bookmark_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/notification/submit_post_type_forum_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/notification/submit_post_type_mention_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/notification/submit_post_type_post_in_queue_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/notification/submit_post_type_post_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/notification/submit_post_type_quote_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/notification/submit_post_type_topic_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/notification/user_list_trim_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/pagination/pagination_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/passwords/drivers_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/passwords/manager_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/path_helper/path_helper_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/plupload/plupload_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/profilefields/type_bool_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/profilefields/type_date_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/profilefields/type_dropdown_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/profilefields/type_int_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/profilefields/type_string_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/profilefields/type_url_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/regex/censor_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/regex/email_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/regex/ipv4_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/regex/ipv6_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/regex/password_complexity_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/regex/table_prefix_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/regex/url_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/request/request_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/request/request_var_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/request/type_cast_helper_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/search/common_test_case.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/search/mysql_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/search/native_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/search/postgres_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/security/extract_current_page_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/security/redirect_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/session/append_sid_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/template/asset_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/template/context_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/template/extension_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/template/template_events_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/template/template_includecss_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/template/template_includejs_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/template/template_inheritance_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/template/template_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/template/twig_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/text_formatter/s9e/acp_utils_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/text_formatter/s9e/bbcode_merger_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/text_formatter/s9e/default_formatting_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/text_formatter/s9e/mention_helper_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/text_formatter/s9e/parser_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/text_formatter/s9e/renderer_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/text_formatter/s9e/utils_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/text_processing/censor_text_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/text_processing/decode_message_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/text_processing/generate_text_for_display_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/text_processing/generate_text_for_edit_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/text_processing/generate_text_for_storage_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/text_processing/make_clickable_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/text_processing/message_parser_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/text_processing/smilies_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/text_processing/strip_bbcode_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/text_processing/tickets_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/text_reparser/plugins/post_text_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/text_reparser/plugins/test_row_based_plugin.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/tree/nestedset_forum_add_remove_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/tree/nestedset_forum_get_data_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/tree/nestedset_forum_move_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/tree/nestedset_forum_regenerate_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/tree/nestedset_forum_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/ucp/controller_webpush_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/upload/filespec_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/upload/imagesize_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/utf/utf8_clean_string_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/version/version_helper_remote_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/version/version_helper_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/viewonline/helper_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
    • tests/wrapper/version_compare_test.php (version 8a990240876316d72e7685381a9c0a106c925adc)
  • rxu

    rxu d7db296eabab8891c48512c4f4be79c3cf048d03 m

    [ticket/17535] Update PHPUnit to v.10
    PHPBB-17535

    • .github/workflows/tests.yml (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • phpBB/composer.json (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • phpBB/composer.lock (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • phpBB/phpbb/di/container_builder.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/attachment/manager_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/attachment/upload_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/auth/provider_apache_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/avatar/manager_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/bootstrap.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/cache/memcached_driver_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/captcha/turnstile_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/console/cron/cron_list_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/console/cron/run_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/console/user/add_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/console/user/delete_ids_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/controller/helper_route_root_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/cron/manager_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/cron/wrapper_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/dbal/connect_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/dbal/db_tools_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/di/create_container_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/di/fixtures/config.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/event/exception_listener_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/functional/download_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/functional/feed_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/functional/ucp_allow_pm_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/functional/visibility_unapproved_posts_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/functions/parse_cfg_file_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/functions/validate_username_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/functions_acp/build_select_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/functions_content/get_context_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/group/helper_test_case.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/help/manager_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/installer/database_helper_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/installer/installer_config_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/mention/controller_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/notification/notification_method_email_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/passwords/drivers_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/path_helper/path_helper_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/plupload/plupload_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/profilefields/type_bool_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/profilefields/type_dropdown_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/session/session_login_keys_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/template/asset_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/template/extension_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/test_framework/phpbb_database_test_case.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/test_framework/phpbb_functional_test_case.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/test_framework/phpbb_test_case.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/test_framework/phpbb_test_case_helpers.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/text_formatter/s9e/factory_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/text_formatter/s9e/parser_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/text_formatter/s9e/renderer_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/tree/nestedset_forum_add_remove_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/version/version_fetch_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/version/version_helper_remote_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)
    • tests/version/version_helper_test.php (version d7db296eabab8891c48512c4f4be79c3cf048d03)