Skip to content
Snippets Groups Projects
Commit dfa7ee4e authored by Wouter Wolters's avatar Wouter Wolters Committed by Andreas Fernandez
Browse files

[TASK] Replace deprecated getMock method in Unit tests

The "getMock" method is deprecated starting with PHPUnit 5.4 and must
be replaced with the MockBuilder or the "createMock" method for simple
cases.

Resolves: #76647
Related: #76673
Releases: master
Change-Id: Ib177969abc1c7e67f6033ba62c5e9b405dc00656
Reviewed-on: https://review.typo3.org/48588


Reviewed-by: default avatarMathias Brodala <mbrodala@pagemachine.de>
Tested-by: default avatarElmar Hinz <t3elmar@gmail.com>
Tested-by: default avatarMathias Brodala <mbrodala@pagemachine.de>
Reviewed-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
Tested-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
parent 53f4caac
No related merge requests found
Showing
with 362 additions and 162 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment