Skip to content

Commit

Permalink
Do not use deprecated getMock method
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Feb 13, 2017
1 parent 8862dde commit 5188c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SPI/FieldType/TagsIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function getCustomHandler()
new LanguageHandlerMock()
),
),
$this->getMock(TagsService::class)
$this->createMock(TagsService::class)
)
);
}
Expand Down

0 comments on commit 5188c8a

Please sign in to comment.