aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/prune_shadow_topic_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13530] Fix undefined variablesJoas Schilling2015-01-201-1/+1
| | | | PHPBB3-13530
* [ticket/13232] Fix spaces vs tabsJoas Schilling2014-10-281-2/+2
| | | | PHPBB3-13232
* [ticket/13232] Ensure prune cron job always gets run in prune testNils Adermann2014-10-271-2/+2
| | | | | | | | The cron scheduler might pick a different task but we don't want to go through them all to find the one we need. So we just make sure cron is run at all and then manually run the one we want. PHPBB3-13232
* [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