testing search function
This commit is contained in:
parent
7535602f85
commit
c36ef5d800
@ -117,7 +117,7 @@ class SearchPage extends Page {
|
||||
print('<br>');
|
||||
|
||||
// $matchResult = $item->matches($mustIncludeItem);
|
||||
$matchResult = in_array($mustIncludeItem, $item)
|
||||
$matchResult = in_array($mustIncludeItem, $item);
|
||||
print('DEBUG $matchResult: ');
|
||||
var_dump($matchResult);
|
||||
print('<br>');
|
||||
|
Loading…
x
Reference in New Issue
Block a user