Install
Works with Drupal: ^11 || ^12Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
22.93 KB
MD5: f152bfb5974699c73cff8dc07a466d7c
SHA-1: 2e2524bd4bd508177179d8cd3d9f4077464fd269
SHA-256: b89cb786abc32bac9873b49b7042b90079aaf91180063944639eb396b7925b52
Download zip
38.35 KB
MD5: 289b8155e146fe8dc95965dd4690efdc
SHA-1: 84a1f5bb21b85cbf5e62ad7a20bc513d254c6236
SHA-256: 0dcdcea167fa96683b5371b5586250f6cfb2bed20258902a4977399c15f8f863
Release notes
Test-only release. The module code is unchanged, so upgrading from 1.0.0-alpha2 is a no-op for running sites.
Changes since 1.0.0-alpha2
- Issue #3610174: Use createStub() for pure-stub test doubles, so the test suite is clean under PHPUnit 12, which Drupal 12 ships. Doubles that have expectations set on them remain createMock().