Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -69,6 +69,7 @@ class EntityUuidPathProcessorTest extends UnitTestCase {
* {@inheritdoc}
*/
protected function setUp(): void {
parent::setUp();
$this->entityTypeManager = $this->createMock(EntityTypeManagerInterface::class);
$this->storage = $this->createMock(EntityStorageInterface::class);
$this->entityType = $this->createMock(EntityTypeInterface::class);
Loading