aboutsummaryrefslogtreecommitdiffstats
path: root/tests/search/mysql_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [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] Delete more copy pasting.Oleg Pudeyev2012-11-271-95/+2
| | | | PHPBB3-11174
* [ticket/11174] Drop needless teardown functions.Oleg Pudeyev2012-11-271-5/+0
| | | | PHPBB3-11174
* [ticket/11174] These tests do not need posts fixtures.Oleg Pudeyev2012-11-271-1/+1
| | | | PHPBB3-11174
* [ticket/11174] Eliminate search wrapper copy pasting.Oleg Pudeyev2012-11-271-17/+3
| | | | PHPBB3-11174
* [ticket/11174] Delete copy pasting.Oleg Pudeyev2012-11-271-14/+0
| | | | 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 mysql unit testsDhruv2012-11-271-0/+155
PHPBB3-11174