assertEquals($expected, $rendered); } static public function provider() { return array( array('hello', 'hello'), array('#hello', '#'), ); } }