From 5188c8a9e7f371621eefab72f64ccc3fdd6135c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Mon, 13 Feb 2017 14:04:06 +0100 Subject: [PATCH] Do not use deprecated getMock method --- Tests/SPI/FieldType/TagsIntegrationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ) ); }