mirror of
https://github.com/flarum/framework.git
synced 2025-02-02 13:07:30 +08:00
4bac667dfd
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. |
||
---|---|---|
.. | ||
CreateTest.php | ||
DeletionTest.php | ||
ListTest.php | ||
ListTestWithFulltextSearch.php | ||
ShowTest.php |