mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/11174] Clarify why that is the way it is.
PHPBB3-11174
This commit is contained in:
parent
18a922c036
commit
ed37141f51
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ class phpbb_search_native_test extends phpbb_database_test_case
|
|||
{
|
||||
$rv = $this->search->split_keywords($keywords, $terms);
|
||||
$this->assertEquals($ok, $rv);
|
||||
// http://stackoverflow.com/questions/3838288/phpunit-assert-two-arrays-are-equal-but-order-of-elements-not-important
|
||||
$this->assertEmpty(array_diff($must_contain, $this->search->get_must_contain_ids()));
|
||||
$this->assertEmpty(array_diff($must_not_contain, $this->search->get_must_not_contain_ids()));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue