Change record status: 
Project: 
Introduced in branch: 
11.4.x
Introduced in version: 
11.4.0
Description: 

Public methods on EntityResourceTestBase have been moved to protected methods on the class:

 ::testGet()
 ::testPost()
 ::testPatch()
 ::testDelete()
 ::doTestGet()
 ::doTestPost()
 ::doTestPatch()
 ::doTestDelete()
 

These protected methods are now called by a single public ::testCrud() method.

Contrib tests that subclass ResourceTestBase should not need to make any changes unless they override one of these specific methods.

Impacts: 
Module developers