Skip to content
Snippets Groups Projects
Commit f1927eb5 authored by Joseph Olstad's avatar Joseph Olstad
Browse files

Issue #3455186 by joseph.olstad - Refactor of 88f1e040 for tests for D11...

Issue #3455186 by joseph.olstad - Refactor of 88f1e040 for tests for D11 phpunit 10+ compatibility refactoring test.
parent 82061ba6
No related branches found
No related tags found
No related merge requests found
Pipeline #333549 failed
......@@ -373,13 +373,13 @@ class MockTerm implements TermInterface, IteratorAggregate {
public function isDefaultTranslation() { return TRUE; }
public function setDefaultTranslation($is_default_translation) {}
public function referencedEntities() { return []; }
public function preSave(EntityStorageInterface $storage) {}
public function postSave(EntityStorageInterface $storage, $update = TRUE) {}
public function preDelete(EntityStorageInterface $storage, array $entities) {}
public function postDelete(EntityStorageInterface $storage, array $entities) {}
public function postLoad(EntityStorageInterface $storage, array &$entities) {}
public static function preSave(EntityStorageInterface $storage) {}
public static function postSave(EntityStorageInterface $storage, $update = TRUE) {}
public static function preDelete(EntityStorageInterface $storage, array $entities) {}
public static function postDelete(EntityStorageInterface $storage, array $entities) {}
public static function postLoad(EntityStorageInterface $storage, array &$entities) {}
public static function preCreate(EntityStorageInterface $storage, array &$values) {}
public function postCreate(EntityStorageInterface $storage) {}
public static function postCreate(EntityStorageInterface $storage) {}
// Implementing methods from TermInterface.
public function getDescription() { return ''; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment