template, $this->getMock('\phpbb\user')); $pagination->set_per_page($per_page) ->set_num_items($num_items) ->set_start_name($start_name) ->set_base_url($base_url) ->set_template_block_name('pagination'); $pagination->generate_template_pagination($start_item); $this->template->set_filenames(array('test' => 'pagination.html')); $this->assertEquals(str_replace("\t", '', $expect), $this->display('test')); } }