framework/tests/integration/api/Controller
Franz Liedke 1502fc98d8
Prevent MySQL search operators from taking effect
We do not want to inherit MySQL's fulltext query language, so let's
just drop all non-word characters from the search term.

Fixes #1498.
2019-07-23 23:55:06 +02:00
..
ApiControllerTestCase.php Make integration tests independent 2019-02-03 20:39:32 +01:00
CreateDiscussionControllerTest.php Convert more helpers in tests 2019-07-06 01:30:59 +02:00
CreateGroupControllerTest.php Convert more helpers in tests 2019-07-06 01:30:59 +02:00
CreatePostControllerTest.php Make integration tests independent 2019-02-03 20:39:32 +01:00
CreateTokenControllerTest.php Make integration tests independent 2019-02-03 20:39:32 +01:00
CreateUserControllerTest.php Merge pull request from GHSA-3wjh-93gr-chh6 2019-06-24 09:14:38 +02:00
DeleteDiscussionControllerTest.php Make integration tests independent 2019-02-03 20:39:32 +01:00
ListDiscussionsControllerTest.php Prevent MySQL search operators from taking effect 2019-07-23 23:55:06 +02:00
ListGroupsControllerTest.php Move integration tests to separate directory 2019-02-01 19:01:12 +01:00
ListNotificationsControllerTest.php Make integration tests independent 2019-02-03 20:39:32 +01:00
ListUsersControllerTest.php Make integration tests independent 2019-02-03 20:39:32 +01:00
ShowDiscussionControllerTest.php Make integration tests independent 2019-02-03 20:39:32 +01:00
UpdateUserControllerTest.php Make integration tests independent 2019-02-03 20:39:32 +01:00