parent
12cbf9c3fb
commit
f178481873
@ -0,0 +1,14 @@ |
||||
<?php |
||||
require_once api_get_path(SYS_CODE_PATH).'search/search_suggestions.php'; |
||||
class TestSearch extends UnitTestCase { |
||||
|
||||
function testGetSuggestionsFromSearchEngine() { |
||||
//ob_start(); |
||||
$q=1; |
||||
$res = get_suggestions_from_search_engine($q); |
||||
$this->assertTrue(is_null($res)); |
||||
//ob_end_clean(); |
||||
//var_dump($res); |
||||
} |
||||
} |
||||
?> |
||||
Loading…
Reference in new issue