bold text.'; $expect[1] = $inputs[1]; // [INVALID] $inputs[2] = 'BlingBong'; $expect[2] = 'BlingBong'; // test simple transform $inputs[3] = '
  • Item 1
  • '; $expect[3] = ''; // test center transform $inputs[4] = '
    Look I am Centered!
    '; $expect[4] = '
    Look I am Centered!
    '; // test font transform $inputs[5] = 'Big Warning!'; $expect[5] = 'Big Warning!'; $this->assertStrategyWorks($strategy, $inputs, $expect); } } ?>