diff --git a/Tests/SPI/FieldType/TagsIntegrationTest.php b/Tests/SPI/FieldType/TagsIntegrationTest.php index b77ac6bf..c5e6caa7 100644 --- a/Tests/SPI/FieldType/TagsIntegrationTest.php +++ b/Tests/SPI/FieldType/TagsIntegrationTest.php @@ -129,7 +129,7 @@ public function getCustomHandler() new LanguageHandlerMock() ), ), - $this->getMock(TagsService::class) + $this->createMock(TagsService::class) ) ); }