You are here

function CollapseTextTestCase::processWrapper in Collapse Text 7.2

File

./collapse_text.test, line 158
Tests for the Collapse Text module

Class

CollapseTextTestCase
@file Tests for the Collapse Text module

Code

function processWrapper($text) {
  $test_filter->settings = array(
    'form' => 1,
    'default_title' => COLLAPSE_TEXT_DEFAULT_TITLE,
  );
  return _collapse_text_filter_process($text, $test_filter, NULL, NULL, NULL, NULL);
}