Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ pestphp/pest (^1.21 → ^2.4.0) · Repo · Changelog
Release Notes
2.4.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 32 commits:
release: v2.4.0
chore: update dependencies
docs: update changelog
Merge pull request #760 from lucasgiovanny/toHaveProperties
docs: update changelog
chore: bumps dependencies
update toHaveProperties
docs: unreleased notes
Merge pull request #757 from pestphp/feat/skip-on-windows
feat: reworks methods
Merge pull request #758 from faissaloux/feat/skip-on-os-family
fix return
add ability to skip on multiple os families
skip os family
feat: skips on windows
Merge pull request #755 from fabio-ivona/fix-windows-tests
fix windows tests
chore: refactor `RenderableOnCollisionEditor`
Merge pull request #754 from fabio-ivona/collision-custom-editor-support
lint
add tests
matches Collision changes
chore: bumps dev dependencies
Merge pull request #753 from gehrisandro/fix-tests-in-helpers-directory
fix: tests in Helpers directory are not executed
Merge pull request #748 from ncharalampidis/2.x
Merge pull request #747 from gehrisandro/add-teamcity-testsuite-count
remove unnecessary custom phpunit xml added previously
fix parallel execution of test class that inherit other class with the same name
teamcity: add missing test count output
Merge pull request #745 from dansysanalyst/improve_exception_message
improve message
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands