-
-
Notifications
You must be signed in to change notification settings - Fork 59
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn 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/browser-kit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/browser-kit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 6 files changed
- 4 contributors
Commits on Jan 5, 2026
-
[BrowserKit] Allow wrapping response content to give proper context w…
…hen fetching fragments
Configuration menu - View commit details
-
Copy full SHA for 0ac334d - Browse repository at this point
Copy the full SHA 0ac334dView commit details -
feature #62892 [BrowserKit] Allow wrapping response content to give p…
…roper context when fetching fragments (Jean-Beru) This PR was squashed before being merged into the 7.4 branch. Discussion ---------- [BrowserKit] Allow wrapping response content to give proper context when fetching fragments | Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | yes | New feature? | yes | Deprecations? | no | Issues | Fix #62834 | License | MIT This PR adds a new `wrapContent` method to `AbstractBrowser` to wrap response content. The PR target 7.4 to allow tests migration before definitive native HTML parser adoption. Example with a controller which returns `<tr><td>Cell content</td></tr>`: ```php // Will display "<head></head><body>Cell content</body>" due to native HTML5 parser // Note that tr and td tags are removed since they are not inside a table tag echo $client->xmlHttpRequest('GET', 'http://example.com/segment')->html(); // Will display "<table><tbody><tr><td>Cell content</td></tr></tbody></table>" since this HTML is valid // Note that tr and td tags are preserved echo $client->wrapContent('<table>%s</table>')->xmlHttpRequest('GET', 'http://example.com/segment')->html(); ``` Commits ------- 76935682e87 [BrowserKit] Allow wrapping response content to give proper context when fetching fragmentsConfiguration menu - View commit details
-
Copy full SHA for 11073c3 - Browse repository at this point
Copy the full SHA 11073c3View commit details -
* 7.4: fix assertion for updated syntax error messages in PHP 8.6 Allow `ParamConfigurator` in `ParametersConfig` [JsonPath] Fix tests for PHP 8.6 [BrowserKit] Allow wrapping response content to give proper context when fetching fragments
Configuration menu - View commit details
-
Copy full SHA for 703346c - Browse repository at this point
Copy the full SHA 703346cView commit details
Commits on Jan 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for f49947c - Browse repository at this point
Copy the full SHA f49947cView commit details -
* 6.4: do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations [Translation] Fix handling of empty lines in CsvFileLoader
Configuration menu - View commit details
-
Copy full SHA for a1e115d - Browse repository at this point
Copy the full SHA a1e115dView commit details -
* 7.3: fix merge fix merge do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations [Translation] Fix handling of empty lines in CsvFileLoader
Configuration menu - View commit details
-
Copy full SHA for bed167e - Browse repository at this point
Copy the full SHA bed167eView commit details -
* 7.4: do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations fix merge fix merge do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations do not use PHPUnit mock objects without configured expectations [Translation] Fix handling of empty lines in CsvFileLoader
Configuration menu - View commit details
-
Copy full SHA for 0d998c1 - Browse repository at this point
Copy the full SHA 0d998c1View commit details
Loading
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 v8.0.3...v8.0.4