Skip to content

Releases: wp-media/phpunit

3.3

Choose a tag to compare

@remyperona remyperona released this 19 Aug 15:46

What's Changed

Full Changelog: v3.2...v3.3

3.2

3.2

Choose a tag to compare

@remyperona remyperona released this 17 Aug 18:45

What's Changed

  • Fix is_readable() to test readability, not writability by @remyperona in #41
  • Closes #37: Refactor rmdir() to use public APIs instead of reflection by @remyperona in #42
  • Closes #39 Add PHPCS and PHPStan static analysis to CI by @remyperona in #43
  • Fix PHP minimum version readiness check by @fetachino in #40
  • Move production files under src/ directory by @remyperona in #44
  • Closes #36: Consolidate divergent getDefaultVfs() definitions by @remyperona in #45
  • Closes #35: Remove WP Rocket coupling from generic package by @remyperona in #46
  • CI: migrate test workflows to shared composite actions by @remyperona in #47
  • Add wp-env as the default local test environment by @remyperona in #48
  • Update .gitattributes to exclude non-production files from exports by @remyperona in #49
  • Cover BootstrapManager and document the consumer entry point by @remyperona in #50

New Contributors

Full Changelog: v3.1...v3.2

3.1

3.1

Choose a tag to compare

@remyperona remyperona released this 04 Aug 13:52

What's Changed

  • Add HttpRequestTrait to mock outbound HTTP in integration tests by @remyperona in #32
  • Fix PHP 8.3/8.5 deprecations in TestCaseTrait reflection helpers by @remyperona in #33

Full Changelog: v3.0.4...v3.1

3.0.4

Choose a tag to compare

@remyperona remyperona released this 09 May 19:43

What's Changed

Full Changelog: v3.0.3...v3.0.4

3.0.3

Choose a tag to compare

@remyperona remyperona released this 10 May 15:56
29a596a

What's Changed

  • Declare property before using it in #27

Full Changelog: v3.0.2...v3.0.3

3.0.2

Choose a tag to compare

@remyperona remyperona released this 14 Nov 20:40
  • Enhancement: PHP 8.1 compatibility (#26)

3.0.1

Choose a tag to compare

@engahmeds3ed engahmeds3ed released this 04 Nov 12:37
834a222
  • Bugfix: Fix undefined property $_error_level (PR #25)

v3.0

Choose a tag to compare

@remyperona remyperona released this 11 Apr 18:05
b04e4f8
  • Update test suite to be cross-compatible with WordPress and recent versions of PHPUnit (#24)

2.1

2.1

Choose a tag to compare

@remyperona remyperona released this 30 Sep 19:37
  • Update dependency WP Tests Utils to 1.0

2.0

2.0

Choose a tag to compare

@remyperona remyperona released this 19 Mar 16:56
  • Enhancement: Add PHP 8 compatibility (thanks to yoast/wp-test-utils)
  • Enhancement: Replace Travis by Github actions