* Tests the \Drupal\Core\Template\RenderWrapper functionality.
*/
classRenderWrapperTestextendsUnitTestCase{
publicstaticfunctiongetInfo(){
returnarray(
'name'=>'Render wrapper',
'description'=>'Tests the RenderWrapper class used for late rendering.',
'group'=>'Common',
);
}
/**
* Provides data for the RenderWrapper test.
*
* @return array
*/
publicfunctionproviderTestRenderWrapperData(){
returnarray(
array('ucwords',array('Amazingly few discotheques provide jukeboxes.'),'Amazingly Few Discotheques Provide Jukeboxes.','Simple string manipulation callback.'),
array('phpversion',array(),phpversion(),'Callback with no arguments.'),