Loading tests/src/Unit/Adapter/TamperableComplexDataAdapterTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading tests/src/Unit/Plugin/Tamper/HashTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading tests/src/Unit/Plugin/Tamper/RewriteTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading Loading
tests/src/Unit/Adapter/TamperableComplexDataAdapterTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading
tests/src/Unit/Plugin/Tamper/HashTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading
tests/src/Unit/Plugin/Tamper/RewriteTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading