-
-
Notifications
You must be signed in to change notification settings - Fork 58
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: v7.3.10
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: v7.4.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 16 files changed
- 7 contributors
Commits on Jun 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5fffe8f - Browse repository at this point
Copy the full SHA 5fffe8fView commit details
Commits on Jun 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8c73fd0 - Browse repository at this point
Copy the full SHA 8c73fd0View commit details
Commits on Jun 30, 2025
-
[BrowserKit] Add PHPUnit constraints:
BrowserHistoryIsOnFirstPagea……nd `BrowserHistoryIsOnLastPage`
Configuration menu - View commit details
-
Copy full SHA for 10daaad - Browse repository at this point
Copy the full SHA 10daaadView commit details
Commits on Jul 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 67faa9c - Browse repository at this point
Copy the full SHA 67faa9cView commit details
Commits on Jul 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 60f6518 - Browse repository at this point
Copy the full SHA 60f6518View commit details
Commits on Jul 26, 2025
-
feature #60955 [BrowserKit] Add PHPUnit constraints: `BrowserHistoryI…
…sOnFirstPage` and `BrowserHistoryIsOnLastPage` (santysisi) This PR was merged into the 7.4 branch. Discussion ---------- [BrowserKit] Add PHPUnit constraints: `BrowserHistoryIsOnFirstPage` and `BrowserHistoryIsOnLastPage` | Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | no | License | MIT This PR introduces two new PHPUnit constraints to improve testing of browser navigation history state: - `BrowserHistoryIsOnFirstPage` - `BrowserHistoryIsOnLastPage` These constraints allow asserting the current state of the `AbstractBrowser` history using the following new assertion methods: ```php $this->assertBrowserHistoryIsOnFirstPage(); $this->assertBrowserHistoryIsNotOnFirstPage(); $this->assertBrowserHistoryIsOnLastPage(); $this->assertBrowserHistoryIsNotOnLastPage(); ``` Commits ------- 76e80c17237 [BrowserKit] Add PHPUnit constraints: `BrowserHistoryIsOnFirstPage` and `BrowserHistoryIsOnLastPage`
Configuration menu - View commit details
-
Copy full SHA for 78eabb5 - Browse repository at this point
Copy the full SHA 78eabb5View commit details
Commits on Jul 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e68f766 - Browse repository at this point
Copy the full SHA e68f766View commit details
Commits on Aug 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 484063b - Browse repository at this point
Copy the full SHA 484063bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cbbb9e - Browse repository at this point
Copy the full SHA 2cbbb9eView commit details
Commits on Aug 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7f5f0fb - Browse repository at this point
Copy the full SHA 7f5f0fbView commit details
Commits on Aug 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for abec2fa - Browse repository at this point
Copy the full SHA abec2faView commit details
Commits on Nov 5, 2025
-
* 7.3: [Filesystem] Unify logic for isAbsolute() in Path [Twig] Ensure WrappedTemplatedEmail::getReturnPath() returns a string [Console] Add missing VERBOSITY_SILENT case in CommandDataCollector [HttpClient] Reject 3xx pushed responses [ProxyManagerBridge] Remove comment that reference github discussion [ErrorHandler] Improve PHPDoc precision in SerializerErrorRenderer [Routing] Fix matching the "0" URL [Form] Fix EnumType choice_label logic for grouped choices The BrowserKit history with parameter separator without slash.
Configuration menu - View commit details
-
Copy full SHA for 3bb26da - Browse repository at this point
Copy the full SHA 3bb26daView 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 v7.3.10...v7.4.0