Change record status: 
Project: 
Introduced in branch: 
8.x, 7.x
Introduced in version: 
7.15
Description: 

The setUp() method has been split up into multiple methods to be able to re-use code. If any of the following methods are used in existing test classes, they will have to be rewritten to use different method names:

When overriding the default setUp() mehod in a test, it is recommended to re-use these methods. See the implementation of the default implementation to see how to do that.