Skip to content
Snippets Groups Projects
Unverified Commit 93e9e36c authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3241308 by alexpott:...

Issue #3241308 by alexpott: core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php triggers deprecations on PHP 8.1
parent 8ce8eb9b
No related branches found
No related tags found
No related merge requests found
......@@ -362,6 +362,9 @@ public function testGetFieldTableName($table_names, $expected) {
->expects($this->any())
->method('getColumns')
->willReturn($columns);
$definition->expects($this->any())
->method('getTargetEntityTypeId')
->willReturn('entity_test');
$this->entityType
->expects($this->any())
......
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