PHP Class phpbb_functional_search_base

Inheritance: extends phpbb_functional_test_case
Show file Open project: phpbb/phpbb

Public Methods

Method Description
test_search_backend ( )

Protected Methods

Method Description
assert_search_found ( $keywords, $posts_found, $words_highlighted )
assert_search_not_found ( $keywords )
create_search_index ( $backend = null )
delete_search_index ( )

Method Details

assert_search_found() protected method

protected assert_search_found ( $keywords, $posts_found, $words_highlighted )

assert_search_not_found() protected method

protected assert_search_not_found ( $keywords )

create_search_index() protected method

protected create_search_index ( $backend = null )

delete_search_index() protected method

protected delete_search_index ( )

test_search_backend() public method

public test_search_backend ( )