1, 'body' => '

I made some custom content.

', 'info' => 'Static Block', 'format' => 1, ], [ 'bid' => 2, 'body' => '

I made some more custom content.

', 'info' => 'Test Content', 'format' => 1, ], ]; // The expected results are identical to the source data. $tests[0]['expected_data'] = $tests[0]['source_data']['boxes']; return $tests; } }