Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:symfony/phpunit-bridge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v7.1.9
Choose a base ref
Loading
...
head repository:symfony/phpunit-bridge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v7.2.0
Choose a head ref
Loading
  • 19commits
  • 33files changed
  • 10contributors

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    d4c5787View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1: (31 commits)  [DependencyInjection] Fix phpdoc for $calls  [Security] check token in payload instead just request  fix tests  add missing method  fix merge  fix test  fix merge  fix test  change test to use a real ObjectManager  [Mailer] Document the usage of custom headers in Infobip bridge  [SecurityBundle] Add `provider` XML attribute to the authenticators it’s missing from  [DoctrineBridge] Test reset with a true manager  Sync php-cs-fixer config file with 7.2  [HttpClient] Fix parsing SSE  [Notifier] Fix thread key in GoogleChat bridge  [HttpKernel][Security] Fix accessing session for stateless request  [Serializer] Fix `ObjectNormalizer` with property path  test handling of special "value" constraint option  [PhpUnitBridge] Add missing import  [FrameworkBundle] Fix setting default context for certain normalizers  ...
    @xabbuh
    xabbuh committedJun 25, 2024
    Configuration menu
    Copy the full SHA
    a09ae68View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    7963168View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Update .gitattributes

    @fabpot
    fabpot committedJul 6, 2024
    Configuration menu
    Copy the full SHA
    5b396e1View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    ca07fb9View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:  Fix ProcessTest - testIgnoringSignal for local  [Console][PhpUnitBridge][VarDumper] Fix `NO_COLOR` empty value handling  [Translation] Fix CSV escape char in `CsvFileLoader` on PHP >= 7.4  [DoctrineBridge] fix messenger bus dispatch inside an active transaction  [HttpFoundation] Add tests for uncovered sections  treat uninitialized properties referenced by property paths as null  [PropertyInfo] Check if property is nullable when using `ReflectionExtractor`  properly set up constraint options  [ErrorHandler][VarDumper] Remove PHP 8.4 deprecations  move adding detailed JSON error messages to the validate phase  [Profiler] Add word wrap in tables in dialog to see all the text  [Core] Fix & Enhance security arabic translation.  [HttpFoundation] Add tests for `MethodRequestMatcher` and `SchemeRequestMatcher`
    @nicolas-grekas
    nicolas-grekas committedJul 26, 2024
    Configuration menu
    Copy the full SHA
    46827feView commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    6cc75e5View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    c085e7aView commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    ed42358View commit details
    Browse the repository at this point in the history
  2. feature #57777 [VarDumper] Add support forFORCE_COLOR environment …

    …variable (artshade)This PR was squashed before being merged into the 7.2 branch.Discussion----------[VarDumper] Add support for `FORCE_COLOR` environment variable| Q             | A| ------------- | ---| Branch?       | 7.2| Bug fix?      | no| New feature?  | yes| Deprecations? | no| Issues        || License       | MITCommits-------5b545240c6 [PhpUnitBridge][Console][VarDumper] Add support for `FORCE_COLOR` environment variable
    @nicolas-grekas
    nicolas-grekas committedAug 13, 2024
    Configuration menu
    Copy the full SHA
    ee553bcView commit details
    Browse the repository at this point in the history
  3. Merge branch '7.1' into 7.2

    * 7.1:  Replace external FTP server by a local docker instance  [PhpUnitBridge][Console][VarDumper] Fix handling NO_COLOR env var  fix test  [Validator] Add test for `D` regex modifier in `TimeValidator`
    @nicolas-grekas
    nicolas-grekas committedAug 13, 2024
    Configuration menu
    Copy the full SHA
    89a9cb1View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    d8e704aView commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    f0c3d51View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:  Add PR template and auto-close PR on subtree split repositories
    @nicolas-grekas
    nicolas-grekas committedSep 25, 2024
    Configuration menu
    Copy the full SHA
    3363287View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    676fcfaView commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. do not patch the TestCase class with PHPUnit 11+

    The PHPUnit\TextUI\Command class was removed in PHPUnit 10. Since the solepurpose of the class extended the base Command class is to register a theSymfony test listener we can completely stop patching it as support for thelistener-based event system was also removed in PHPUnit 10.
    @xabbuh
    xabbuh committedOct 22, 2024
    Configuration menu
    Copy the full SHA
    2faee18View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    078398eView commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Don't usedie() in PHPT--SKIPIF--

    Unlocks a performance optimization in PHPUnit 11.xseehttps://staabm.github.io/2024/10/19/phpunit-codesprint-munich.html
    @staabm
    staabm committedOct 27, 2024
    Configuration menu
    Copy the full SHA
    0228dd1View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:  fix merge  fix merge  Bump Symfony version to 7.1.9  Work around parse_url() bug (bis)  Update VERSION for 7.1.8  Update CHANGELOG for 7.1.8  Bump Symfony version to 6.4.16  fix PHP 7.2 compatibility  silence PHP warnings issued by Redis::connect()  Update VERSION for 6.4.15  Update CHANGELOG for 6.4.15  Bump Symfony version to 5.4.48  Update VERSION for 5.4.47  Update CHANGELOG for 5.4.47  [Routing] Fix: lost priority when defining hosts in configuration  fix dumping tests to skip with data providers
    @nicolas-grekas
    nicolas-grekas committedNov 13, 2024
    Configuration menu
    Copy the full SHA
    2bbde92View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp