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
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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())