framework/tests/integration/api/discussions
Alexander Skvortsov 4bac667dfd Fix fulltext search tests
Under InnoDB, database entries created in transactions are not processed by fulltext indexes until the transaction is committed. To work around this, cases that test fulltext search have been split off into a separate class that adds and removes seed discussions/posts outside of transactions during setUp/tearDown.
2021-01-09 00:35:55 -05:00
..
CreateTest.php Tests: Add missing instantiation of data 2021-01-09 00:35:55 -05:00
DeletionTest.php Add @inheritDoc to all setUp and tearDown methods 2021-01-09 00:35:55 -05:00
ListTest.php Fix fulltext search tests 2021-01-09 00:35:55 -05:00
ListTestWithFulltextSearch.php Fix fulltext search tests 2021-01-09 00:35:55 -05:00
ShowTest.php Add @inheritDoc to all setUp and tearDown methods 2021-01-09 00:35:55 -05:00