Commit e988178c authored by git's avatar git Committed by Youri van Koppen
Browse files

Issue #3289944 by Project Update Bot: Applied automated Drupal 10 compatibility fixes.

parent 7f4ddc0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ class TamperableComplexDataAdapterTest extends UnitTestCase {
  /**
   * Complex data object.
   *
   * @var \Drupal\Core\TypedData\ComplexDataInterface|\PHPUnit_Framework_MockObject_MockObject
   * @var \Drupal\Core\TypedData\ComplexDataInterface|\PHPUnit\Framework\MockObject\MockObject
   */
  protected $complexData;

+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ class HashTest extends TamperPluginTestBase {
  /**
   * Get a mock item to use in the test.
   *
   * @return \Drupal\tamper\TamperableItemInterface|\PHPUnit_Framework_MockObject_MockObject
   * @return \Drupal\tamper\TamperableItemInterface|\PHPUnit\Framework\MockObject\MockObject
   *   The mock of a tamperable item to use in the test.
   */
  protected function getMockItem() {
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ class RewriteTest extends TamperPluginTestBase {
  /**
   * Get a mock item to use in the test.
   *
   * @return \Drupal\tamper\TamperableItemInterface|\PHPUnit_Framework_MockObject_MockObject
   * @return \Drupal\tamper\TamperableItemInterface|\PHPUnit\Framework\MockObject\MockObject
   *   The mock of a tamperable item to use in the test.
   */
  protected function getMockItem() {