search->split_keywords($keywords, $terms); $this->assertEquals($ok, $rv); if ($ok) { // only check criteria if the search is going to be performed $this->assert_array_content_equals($split_words, $this->search->get_split_words()); } $this->assert_array_content_equals($common, $this->search->get_common_words()); } }