Skip to content

Update nette/tester requirement from 2.5.7 to 2.6.0#158

Merged
github-actions[bot] merged 1 commit intomasterfrom
dependabot/composer/nette/tester-2.6.0
Mar 7, 2026
Merged

Update nette/tester requirement from 2.5.7 to 2.6.0#158
github-actions[bot] merged 1 commit intomasterfrom
dependabot/composer/nette/tester-2.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Updates the requirements on nette/tester to permit the latest version.

Release notes

Sourced from nette/tester's releases.

Released version 2.6.0

This release brings true parallel test execution on Windows, smarter PHP configuration handling, and a bunch of quality-of-life improvements. The headline: Tester now respects your system php.ini by default, which is a breaking change but makes the "it works on my machine" debugging sessions a lot shorter.

Breaking Changes

  • Tester now uses system php.ini by default (#465)

Improvements

  • Parallel execution on Windows finally works properly – PHP 8.5's stream_select() fix means Windows users can now enjoy actual parallelism, not just the illusion of it.
  • Fixed output loss on fast-exiting processes – A race condition could swallow test output when processes finished too quickly. Your test results now survive speed.

New Features

  • test() and testException() lifecycle improvements – Both functions now properly call setUp() and tearDown(), and tearDown() runs even when tests fail. Your cleanup code will actually clean up.
  • Added global function testNoError()
Commits
  • 0d416a3 Released version 2.6.0
  • 17c1a82 made static analysis mandatory
  • 4fc4e95 added PHPStan baseline & fixes
  • e84166e centralized cursor hiding in CliTester
  • 4f452ba ConsolePrinter: removed dependency on mbstring
  • ca6a1c5 ConsolePrinter: refactoring, added modes
  • 6b04667 extracted Ansi class from Dumper
  • a4037fa Tester uses system php.ini by default (BC break) [Closes #465]
  • ff3594c added PhpInterpreter::withOption()
  • d724898 added global testNoError() function
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Feb 1, 2026
@xificurk
Copy link
Copy Markdown
Contributor

xificurk commented Feb 1, 2026

@dependabot squash and merge

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2026

Beginning January 27, 2026, Dependabot will no longer support the @dependabot squash and merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details.

@xificurk
Copy link
Copy Markdown
Contributor

xificurk commented Mar 7, 2026

@dependabot rebase

Updates the requirements on [nette/tester](https://github.com/nette/tester) to permit the latest version.
- [Release notes](https://github.com/nette/tester/releases)
- [Commits](nette/tester@v2.5.7...v2.6.0)

---
updated-dependencies:
- dependency-name: nette/tester
  dependency-version: 2.6.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/nette/tester-2.6.0 branch from b89e942 to 9167e40 Compare March 7, 2026 12:23
@github-actions github-actions bot merged commit 15cdd37 into master Mar 7, 2026
30 checks passed
@dependabot dependabot bot deleted the dependabot/composer/nette/tester-2.6.0 branch March 7, 2026 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant