fix test
This commit is contained in:
parent
191f08683e
commit
1bbc36f8a4
@ -41,7 +41,7 @@ class www_SearchTest extends TestBaseApi
|
|||||||
'No bookmark found', false
|
'No bookmark found', false
|
||||||
);
|
);
|
||||||
|
|
||||||
$res = $this->getRequest('/all/baz bat')->send();
|
$res = $this->getRequest('/all/baz%20bat')->send();
|
||||||
$this->assertSelectCount(
|
$this->assertSelectCount(
|
||||||
'.xfolkentry', false, $res->getBody(),
|
'.xfolkentry', false, $res->getBody(),
|
||||||
'Bookmarks found', false
|
'Bookmarks found', false
|
||||||
|
Loading…
Reference in New Issue
Block a user