Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork47
Comparing changes
Open a pull request
base repository:symfony/phpunit-bridge
Uh oh!
There was an error while loading.Please reload this page.
base:v7.1.9
head repository:symfony/phpunit-bridge
Uh oh!
There was an error while loading.Please reload this page.
compare:v7.2.0
- 19commits
- 33files changed
- 10contributors
Commits on Jun 25, 2024
* 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 committedJun 25, 2024
Commits on Jul 26, 2024
* 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 committedJul 26, 2024
Commits on Aug 13, 2024
feature #57777 [VarDumper] Add support for
FORCE_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 committedAug 13, 2024 * 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 committedAug 13, 2024
Commits on Sep 19, 2024
Only allow exact matches in expectUserDeprecationMessage()
derrabus committedSep 19, 2024
Commits on Sep 25, 2024
* 7.1: Add PR template and auto-close PR on subtree split repositories
nicolas-grekas committedSep 25, 2024
Commits on Oct 21, 2024
[PhpUnitBridge] Use 'total' for asserting deprecation count when a gr…
…oup is not defined
lyrixx committedOct 21, 2024
Commits on Oct 22, 2024
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 committedOct 22, 2024
Commits on Oct 27, 2024
Don't use
die()
in PHPT--SKIPIF--
Unlocks a performance optimization in PHPUnit 11.xseehttps://staabm.github.io/2024/10/19/phpunit-codesprint-munich.html
staabm committedOct 27, 2024
Commits on Nov 13, 2024
* 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 committedNov 13, 2024
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v7.1.9...v7.2.0
Uh oh!
There was an error while loading.Please reload this page.