Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nette/tester requirement from 2.4.3 to 2.5.0 #93

Merged
merged 1 commit into from Apr 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2023

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

Release notes

Sourced from nette/tester's releases.

Released version 2.5.0

  • requires PHP 8.0
  • added PHP 8 typehints
  • Capture stderr of test via temp file and output it in test results [Closes #420] (#438)
  • Environment::setupFunctions() creates global functions test(), setUp() & tearDown()
  • TestCase: lists the running methods
  • Assert::equal() added flags $matchOrder & $matchIdentity
  • constants are PascalCase
  • Dumper & Assert: dumps true/false/null in lowercase
Commits
  • 78555c7 Released version 2.5.0
  • 132ba57 Assert::equal() added flags $matchOrder & $matchIdentity
  • 3a0faf1 TestCase: lists the running methods
  • 93ac50d Environment::setupFunctions() creates global functions test(), setUp() & tear...
  • 50282f0 added Environment::print(), in CLI outputs to STDOUT to bypass output buffering
  • 4d4d812 tests: test() with description
  • 72e3b19 bootstrap: removed date_default_timezone_set()
  • aa8e66f Dumper & Assert: dumps true/false/null in lowercase
  • 9942c28 constants are PascalCase (BC break)
  • fa7dacc Runner::run() added parameter $async
  • 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 will merge this PR once CI passes on it, as requested by @xificurk.


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 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)

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.4.3...v2.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Apr 1, 2023
@xificurk
Copy link
Contributor

xificurk commented Apr 1, 2023

@dependabot squash and merge

@coveralls
Copy link

Coverage Status

Coverage: 95.349%. Remained the same when pulling 47b4a7b on dependabot/composer/nette/tester-2.5.0 into 898bc34 on master.

@dependabot dependabot bot merged commit 175d860 into master Apr 1, 2023
24 checks passed
@dependabot dependabot bot deleted the dependabot/composer/nette/tester-2.5.0 branch April 1, 2023 18:03
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.

None yet

2 participants