aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/prune_shadow_topic_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12398] Use submit_post return in prune_shadow_topic_testMarc Alexander2014-04-121-1/+1
| | | | | | This should get rid of possible failures during functional tests. PHPBB3-12398
* [ticket/12150] Use shorter column names for prune settingsMarc Alexander2014-03-291-3/+3
| | | | | | | | All columns were renamed from having prune_shadow_topics as namebase to just prune_shadow. A missing column was also added to the migration file's remove_schema() method. PHPBB3-12150
* [ticket/12150] Add functional tests for pruning shadow topicsMarc Alexander2014-03-291-0/+207
PHPBB3-12150