aboutsummaryrefslogtreecommitdiffstats
path: root/tests/search/native_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/security/235] Update search native testsMarc Alexander2019-04-261-4/+4
| | | | SECURITY-235
* [ticket/13685] Fix tests for fulltext searchbrunoais2015-06-071-1/+2
| | | | PHPBB3-13685
* [ticket/12933] Add test cases for * wildcard searchesDhruv2015-01-281-0/+50
| | | | PHPBB3-12933
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/11288] Add unit test cases for foo-bar like queriesDhruv2014-03-091-0/+49
| | | | | | | foo-bar and foo -bar are interpreted differently by native search backend now. PHPBB3-11288
* [ticket/10945] Fix Unit Tests as per new changes to split_keywordsDhruv2014-03-081-6/+6
| | | | PHPBB3-10945
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11255] Change search tests to use mock cache.Oleg Pudeyev2012-12-071-1/+1
| | | | PHPBB3-11255
* [ticket/11174] Global $cache is a cache service instance.Oleg Pudeyev2012-11-271-1/+1
| | | | PHPBB3-11174
* [ticket/11174] Drop needless teardown functions.Oleg Pudeyev2012-11-271-5/+0
| | | | PHPBB3-11174
* [ticket/11174] Extract phpbb_search_test_case.Oleg Pudeyev2012-11-271-18/+3
| | | | PHPBB3-11174
* [ticket/11174] Move assertion definition to base class.Oleg Pudeyev2012-11-271-16/+0
| | | | PHPBB3-11174
* [ticket/11174] add test case for native testDhruv2012-11-271-0/+8
| | | | PHPBB3-11174
* [ticket/11174] rename native wrapper classDhruv2012-11-271-2/+2
| | | | | | | native wrapper class is limited to the native search backend hence renamed. the one used with mysql can be used with pgsql too. PHPBB3-11174
* [ticket/11174] Check common words, fix array equality assertion.Oleg Pudeyev2012-11-081-11/+43
| | | | PHPBB3-11174
* [ticket/11174] Test for common words.Oleg Pudeyev2012-11-081-0/+16
| | | | PHPBB3-11174
* [ticket/11174] More tests.Oleg Pudeyev2012-11-081-0/+24
| | | | PHPBB3-11174
* [ticket/11174] Clarify why that is the way it is.Oleg Pudeyev2012-11-081-0/+1
| | | | PHPBB3-11174
* [ticket/11174] Started on search tests - keyword splitting.Oleg Pudeyev2012-11-081-0/+113
PHPBB3-11174