Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Phpunit Bridge Laravel Package

symfony/phpunit-bridge

Symfony PHPUnit Bridge adds utilities around PHPUnit, with a focus on managing and asserting deprecation notices for smoother upgrades. It helps track, filter, and report deprecations during test runs, making CI output cleaner and migrations safer.

View on GitHub
Deep Wiki
Context7
v8.0.8
v7.4.8
v8.0.7

Changelog (https://github.com/symfony/phpunit-bridge/compare/v8.0.6...v8.0.7)

  • bug #63500 Consider PSR-0/PSR-4 fallback dirs when building paths (@mpdude)
v7.4.7

Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.4.6...v7.4.7)

  • bug #63500 Consider PSR-0/PSR-4 fallback dirs when building paths (@mpdude)
v6.4.35

Changelog (https://github.com/symfony/phpunit-bridge/compare/v6.4.34...v6.4.35)

  • bug #63500 Consider PSR-0/PSR-4 fallback dirs when building paths (@mpdude)
v8.0.3

Changelog (https://github.com/symfony/phpunit-bridge/compare/v8.0.2...v8.0.3)

  • bug symfony/symfony#62711 [PhpUnitBridge] Fix TestCase patching (@villfa)
v7.4.3

Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.4.2...v7.4.3)

  • bug symfony/symfony#62711 [PhpUnitBridge] Fix TestCase patching (@villfa)
v8.0.0-BETA1

Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.3.4...v8.0.0-BETA1)

  • feature symfony/symfony#61423 [Mime] Deprecate implementing __sleep/wakeup() on AbstractPart implementations (@nicolas-grekas)
  • feature symfony/symfony#60424 [PhpUnitBridge] Add strtotime() to ClockMock (@jprivet-dev)
  • feature symfony/symfony#60639 Bump Symfony 8 to PHP >= 8.4 (@nicolas-grekas)
v7.4.0-BETA1

Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.3.4...v7.4.0-BETA1)

  • feature symfony/symfony#61423 [Mime] Deprecate implementing __sleep/wakeup() on AbstractPart implementations (@nicolas-grekas)
  • feature symfony/symfony#60424 [PhpUnitBridge] Add strtotime() to ClockMock (@jprivet-dev)
v7.3.4

Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.3.3...v7.3.4)

  • bug symfony/symfony#61736 [PhpUnitBridge] do not try to modify the result of a PhptTestCase (@xabbuh)
  • bug symfony/symfony#61731 [PhpUnitBridge] Fix gathering deprecation in phpt (@nicolas-grekas)
  • bug symfony/symfony#61729 [PhpUnitBridge] Silence deprecation of __sleep/wakeup() (@nicolas-grekas)
  • bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
  • bug symfony/symfony#61645 Replace backtick operator, deprecated in PHP 8.5, with shell_exec() (@iluuu1994)
v6.4.26

Changelog (https://github.com/symfony/phpunit-bridge/compare/v6.4.25...v6.4.26)

  • bug symfony/symfony#61736 [PhpUnitBridge] do not try to modify the result of a PhptTestCase (@xabbuh)
  • bug symfony/symfony#61731 [PhpUnitBridge] Fix gathering deprecation in phpt (@nicolas-grekas)
  • bug symfony/symfony#61729 [PhpUnitBridge] Silence deprecation of __sleep/wakeup() (@nicolas-grekas)
  • bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
  • bug symfony/symfony#61645 Replace backtick operator, deprecated in PHP 8.5, with shell_exec() (@iluuu1994)
v7.3.3

Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.3.2...v7.3.3)

  • bug symfony/symfony#61304 [PhpUnitBridge] Call Reflection*::setAccessible() only for PHP < 8.1 (@W0rma)
v6.4.25

Changelog (https://github.com/symfony/phpunit-bridge/compare/v6.4.24...v6.4.25)

  • bug symfony/symfony#61304 [PhpUnitBridge] Call Reflection*::setAccessible() only for PHP < 8.1 (@W0rma)
v6.4.24
v7.3.1

Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.3.0...v7.3.1)

  • bug symfony/symfony#60645 [PhpUnitBridge] Skip bootstrap for PHPUnit >=10 (@HypeMC)
  • bug symfony/symfony#60616 skip interactive questions asked by Composer (@xabbuh)
v7.2.8

Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.2.7...v7.2.8)

  • bug symfony/symfony#60645 [PhpUnitBridge] Skip bootstrap for PHPUnit >=10 (@HypeMC)
  • bug symfony/symfony#60616 skip interactive questions asked by Composer (@xabbuh)
v6.4.23

Changelog (https://github.com/symfony/phpunit-bridge/compare/v6.4.22...v6.4.23)

  • bug symfony/symfony#60616 skip interactive questions asked by Composer (@xabbuh)
v7.2.7

Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.2.6...v7.2.7)

  • bug symfony/symfony#60484 [PhpUnitBridge] Clean up mocked features only when [@group](https://github.com/group) is present (@HypeMC)
  • bug symfony/symfony#60490 [PhpUnitBridge] set path to the PHPUnit autoload file (@xabbuh)
v7.3.0-RC1

Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.3.0-BETA2...v7.3.0-RC1)

  • bug symfony/symfony#60500 [PhpUnitBridge] Fix cleaning up mocked features with attributes (@HypeMC)
  • bug symfony/symfony#60484 [PhpUnitBridge] Clean up mocked features only when [@group](https://github.com/group) is present (@HypeMC)
  • bug symfony/symfony#60490 [PhpUnitBridge] set path to the PHPUnit autoload file (@xabbuh)
v7.3.0-BETA1

Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.2.6...v7.3.0-BETA1)

  • feature symfony/symfony#59682 [Security] Deprecate UserInterface & TokenInterface's eraseCredentials() (@chalasr, @nicolas-grekas)
  • feature symfony/symfony#59384 [PhpUnitBridge] Enable configuring mock namespaces with attributes (@HypeMC)
v7.2.6

Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.2.5...v7.2.6)

  • bug symfony/symfony#60174 [PhpUnitBridge] properly clean up mocked features after tests have run (@xabbuh)
v7.2.0

Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.2.0-RC1...v7.2.0)

  • bug symfony/symfony#58828 [PhpUnitBridge] fix dumping tests to skip with data providers (@xabbuh)
v7.1.9

Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.1.8...v7.1.9)

  • bug symfony/symfony#58828 [PhpUnitBridge] fix dumping tests to skip with data providers (@xabbuh)
v6.4.16

Changelog (https://github.com/symfony/phpunit-bridge/compare/v6.4.15...v6.4.16)

  • bug symfony/symfony#58828 [PhpUnitBridge] fix dumping tests to skip with data providers (@xabbuh)
v5.4.48

Changelog (https://github.com/symfony/phpunit-bridge/compare/v5.4.47...v5.4.48)

  • bug symfony/symfony#58828 [PhpUnitBridge] fix dumping tests to skip with data providers (@xabbuh)
v7.2.0-BETA1

Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.1.6...v7.2.0-BETA1)

  • feature symfony/symfony#58467 [PhpUnitBridge] support ClockMock and DnsMock with PHPUnit 10+ (@xabbuh)
  • feature symfony/symfony#57777 [VarDumper] Add support for FORCE_COLOR environment variable (@artshade)
  • feature symfony/symfony#54593 [PhpUnitBridge] Add ExpectUserDeprecationMessageTrait (@derrabus)
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport