Skip to content

Update dependency codeception/specify to v2#14

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/codeception-specify-2.x
Open

Update dependency codeception/specify to v2#14
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/codeception-specify-2.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2026

This PR contains the following updates:

Package Change Age Confidence
codeception/specify ^0.4.6^2.0.0 age confidence

Release Notes

Codeception/Specify (codeception/specify)

v2.0.0

Compare Source

What's Changed

Full Changelog: Codeception/Specify@1.4.0...2.0.0

v1.4.0

Compare Source

  • Added Fluent Interface support, this allows you to add it's and should's chained to a specify or describe.
  • Specify.php trait now only has the public API methods.
  • If an it or should only receives text now that test is marked as incomplete.
  • shouldNot and its were added as aliases.

v1.3.0: PHPUnit 9 support

Compare Source

v1.2.0: PHPUnit 8 support

Compare Source

  • Extended range of supported PHPUnit versions to include PHPUnit 8
  • Fixed signature of result printer `writeProcess method #​45 by @​purwandi

v1.1: PHPUnit 7 supprt / PHPUnit 6.x drop

Compare Source

Due to interface change in PHPUnit 7 we can't support both PHPUnit 7x. and 6.x
This release request PHPUnit 7.x and PHP 7.1+ as well.

If you can't update keep using 1.0 version.

v1.0

Compare Source

  • BREAKING: PHPUnit 6 support
  • BREAKING: Removed configuration section
  • BREAKING: Only properties marked with @specify annotation are cloned in specify blocks.
  • BREAKING: Removed throws parameter in specify blocks
  • Added Codeception\Specify\ResultPrinter to fix printing progress of specify blocks.
Upgrade Plan
  1. Update to PHP7+ PHPUnit 6+
  2. Add to phpunit.xml: printerClass="Codeception\Specify\ResultPrinter"
  3. If relied on property cloning, add @specify annotation for all properties which needs to be cloned for specify blocks
  4. If you used throws parameter, consider using AssertThrows package.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants