Skip to content
Snippets Groups Projects
Verified Commit 23174b70 authored by Dave Long's avatar Dave Long
Browse files

Issue #3477361: Update phpunit/phpunit to 10.5.35 for PHP 8.4

parent 9d09dbc0
No related branches found
No related tags found
16 merge requests!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!8736Update the Documention As per the Function uses.,!3878Removed unused condition head title for views,!3818Issue #2140179: $entity->original gets stale between updates,!3742Issue #3328429: Create item list field formatter for displaying ordered and unordered lists,!3731Claro: role=button on status report items,!3154Fixes #2987987 - CSRF token validation broken on routes with optional parameters.,!3133core/modules/system/css/components/hidden.module.css,!2812Issue #3312049: [Followup] Fix Drupal.Commenting.FunctionComment.MissingReturnType returns for NULL,!2062Issue #3246454: Add weekly granularity to views date sort,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!877Issue #2708101: Default value for link text is not saved,!617Issue #3043725: Provide a Entity Handler for user cancelation,!579Issue #2230909: Simple decimals fail to pass validation,!560Move callback classRemove outside of the loop,!555Issue #3202493
Pipeline #294723 passed with warnings
Pipeline: drupal

#294735

    Pipeline: drupal

    #294728

      Pipeline: drupal

      #294725

        ......@@ -7499,16 +7499,16 @@
        },
        {
        "name": "phpunit/phpunit",
        "version": "10.5.30",
        "version": "10.5.35",
        "source": {
        "type": "git",
        "url": "https://github.com/sebastianbergmann/phpunit.git",
        "reference": "b15524febac0153876b4ba9aab3326c2ee94c897"
        "reference": "7ac8b4e63f456046dcb4c9787da9382831a1874b"
        },
        "dist": {
        "type": "zip",
        "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b15524febac0153876b4ba9aab3326c2ee94c897",
        "reference": "b15524febac0153876b4ba9aab3326c2ee94c897",
        "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7ac8b4e63f456046dcb4c9787da9382831a1874b",
        "reference": "7ac8b4e63f456046dcb4c9787da9382831a1874b",
        "shasum": ""
        },
        "require": {
        ......@@ -7522,7 +7522,7 @@
        "phar-io/manifest": "^2.0.4",
        "phar-io/version": "^3.2.1",
        "php": ">=8.1",
        "phpunit/php-code-coverage": "^10.1.15",
        "phpunit/php-code-coverage": "^10.1.16",
        "phpunit/php-file-iterator": "^4.1.0",
        "phpunit/php-invoker": "^4.0.0",
        "phpunit/php-text-template": "^3.0.1",
        ......@@ -7580,7 +7580,7 @@
        "support": {
        "issues": "https://github.com/sebastianbergmann/phpunit/issues",
        "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
        "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.30"
        "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.35"
        },
        "funding": [
        {
        ......@@ -7596,7 +7596,7 @@
        "type": "tidelift"
        }
        ],
        "time": "2024-08-13T06:09:37+00:00"
        "time": "2024-09-19T10:52:21+00:00"
        },
        {
        "name": "react/promise",
        ......
        ......@@ -57,7 +57,7 @@
        "phpunit/php-invoker": "4.0.0",
        "phpunit/php-text-template": "3.0.1",
        "phpunit/php-timer": "6.0.0",
        "phpunit/phpunit": "10.5.30",
        "phpunit/phpunit": "10.5.35",
        "react/promise": "v3.2.0",
        "sebastian/cli-parser": "2.0.1",
        "sebastian/code-unit": "2.0.0",
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment