mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 21:54:00 +02:00
[ticket/16345] Small improvements
PHPBB3-16346
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
*/
|
||||
abstract class phpbb_functional_search_base extends phpbb_functional_test_case
|
||||
{
|
||||
protected $search_backend;
|
||||
|
||||
protected function assert_search_found($keywords, $posts_found, $words_highlighted)
|
||||
{
|
||||
$crawler = self::request('GET', 'search.php?keywords=' . $keywords);
|
||||
|
Reference in New Issue
Block a user