Skip to content

Update nette/tester requirement from 2.5.7 to 2.6.0#161

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#161
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 Mar 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 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 Mar 1, 2026
@xificurk
Copy link
Copy Markdown
Contributor

xificurk commented Mar 1, 2026

@dependabot squash and merge

@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 93.75%. remained the same
when pulling 9235710 on dependabot/composer/nette/tester-2.6.0
into fc56495 on master.

@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 9235710 to fee782a Compare March 7, 2026 12:26
@github-actions github-actions bot merged commit 2b9b2c1 into master Mar 7, 2026
38 checks passed
@dependabot dependabot bot deleted the dependabot/composer/nette/tester-2.6.0 branch March 7, 2026 12:33
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.

2 participants