aboutsummaryrefslogtreecommitdiffstats
path: root/tests/search
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-093-3/+3
| | | | PHPBB3-14948
* [ticket/security/235] Update search native testsMarc Alexander2019-04-261-4/+4
| | | | SECURITY-235
* [ticket/15055] Only drop dependent PK indexes and fix more tests for mssqlMarc Alexander2018-01-011-0/+5
| | | | PHPBB3-15055
* [ticket/13685] Fix tests for fulltext searchbrunoais2015-06-073-3/+6
| | | | PHPBB3-13685
* [ticket/12933] Add test cases for * wildcard searchesDhruv2015-01-282-0/+60
| | | | PHPBB3-12933
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-274-12/+28
| | | | 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-163-3/+3
| | | | PHPBB3-11700
* [ticket/11288] add search tests casesDhruv2013-05-041-0/+98
| | | | PHPBB3-11288
* [ticket/11255] Change search tests to use mock cache.Oleg Pudeyev2012-12-073-3/+3
| | | | PHPBB3-11255
* [ticket/11174] Global $cache is a cache service instance.Oleg Pudeyev2012-11-273-3/+3
| | | | PHPBB3-11174
* [ticket/11174] Delete more copy pasting.Oleg Pudeyev2012-11-273-190/+110
| | | | PHPBB3-11174
* [ticket/11174] Drop needless teardown functions.Oleg Pudeyev2012-11-273-15/+0
| | | | PHPBB3-11174
* [ticket/11174] These tests do not need posts fixtures.Oleg Pudeyev2012-11-272-2/+2
| | | | PHPBB3-11174
* [ticket/11174] Eliminate search wrapper copy pasting.Oleg Pudeyev2012-11-272-24/+7
| | | | PHPBB3-11174
* [ticket/11174] Extract phpbb_search_test_case.Oleg Pudeyev2012-11-271-18/+3
| | | | PHPBB3-11174
* [ticket/11174] Delete copy pasting.Oleg Pudeyev2012-11-272-28/+0
| | | | PHPBB3-11174
* [ticket/11174] Move assertion definition to base class.Oleg Pudeyev2012-11-271-16/+0
| | | | PHPBB3-11174
* [ticket/11174] add unit tests for postgres search backendDhruv2012-11-271-0/+155
| | | | PHPBB3-11174
* [ticket/11174] negation queries do not return falseDhruv2012-11-271-3/+3
| | | | | | | negation queries are split into words too and returns false in mysql search backend PHPBB3-11174
* [ticket/11174] set config valuesDhruv2012-11-271-7/+18
| | | | | | set config values and use min length as 4 for wordss in test cases 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] add mysql unit testsDhruv2012-11-271-0/+155
| | | | 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-082-0/+26
| | | | 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-082-0/+146
PHPBB3-11174