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

replace usage of deprecated EntityReferenceTestTrait by EntityReferenceFieldCreationTrait #76

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- update codebase to be compliant PHP8.2
- rework tests by using a custom theme "bamboo_twig" in order of overriding *.html.twig template for tests purpose
- change Blocks rendered via bamboo_render_block do not use the block theme hook - Issue #3110310 by wengerk, rattusrattus, sahaj, interdruper, gido
- replace usage of deprecated EntityReferenceTestTrait by EntityReferenceFieldCreationTrait

### Added
- add coverage of Drupal 10.1.x
Expand Down
2 changes: 0 additions & 2 deletions tests/src/Functional/BambooTwigTestBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@
use Drupal\Core\Field\FieldStorageDefinitionInterface;
use Drupal\language\Entity\ConfigurableLanguage;
use Drupal\Tests\BrowserTestBase;
use Drupal\Tests\field\Traits\EntityReferenceTestTrait;

/**
* Has some additional helper methods to make test code more readable.
*/
abstract class BambooTwigTestBase extends BrowserTestBase {
use EntityReferenceTestTrait;

/**
* The Entity Type Manager.
Expand Down
Loading