aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/feed_test.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-261-3/+3
|\
| * [ticket/16150] Make post subject links reliablev12mike2019-09-081-3/+3
| | | | | | | | | | | | | | Change links that were relative to topic page into absolute links. Update related test cases. PHPBB3-16150
* | [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
|/ | | | PHPBB3-14948
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-2/+0
| | | | PHPBB3-14576
* Merge branch '3.1.x'Mate Bartus2016-01-081-0/+6
|\ | | | | | | | | * 3.1.x: [ticket/14394] Only purge cache in functional tests if necessary
| * [ticket/14394] Only purge cache in functional tests if necessaryMarc Alexander2016-01-071-0/+6
| | | | | | | | PHPBB3-14394
* | Merge branch '3.1.x'Tristan Darricau2015-08-281-1/+1
|\ \ | |/ | | | | | | | | * 3.1.x: [ticket/13988] Update tests [ticket/13988] Use absolute path for image attachments in feeds
| * [ticket/13988] Update testsZoddo2015-07-181-1/+1
| | | | | | | | PHPBB3-13988
* | [ticket/13645] Move the feeds to controllersNicofuma2015-08-231-62/+71
|/ | | | PHPBB3-13645
* [ticket/13241] Remove sleep() and change flood interval insteadJoas Schilling2014-10-291-3/+22
| | | | PHPBB3-13241
* [ticket/13241] Remove sleep() since the method takes care of this nowJoas Schilling2014-10-291-12/+0
| | | | PHPBB3-13241
* [ticket/12013] Fix functional tests and sniffer issue.Cesar G2014-07-041-5/+1
| | | | PHPBB3-12013
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12421] Rebase and enable testsTristan Darricau2014-05-061-12/+9
| | | | PHPBB3-12421
* [ticket/12459] Enable related testsNicofuma2014-05-041-22/+9
| | | | PHPBB3-12459
* [ticket/12413] Update configuration's assertsNicofuma2014-05-021-2/+2
| | | | PHPBB3-12413
* [ticket/12413] Update initNicofuma2014-05-021-3/+1
| | | | PHPBB3-12413
* [ticket/12413] Remove unnecessary castsNicofuma2014-05-021-2/+2
| | | | PHPBB3-12413
* [ticket/12413] Disabled unapproved and solftdeleted testsNicofuma2014-05-021-9/+22
| | | | PHPBB3-12413
* [ticket/12413] Coding style againNicofuma2014-05-021-27/+27
| | | | PHPBB3-12413
* [ticket/12413] Fix coding styleNicofuma2014-05-021-11/+18
| | | | PHPBB3-12413
* [ticket/12413] Fix: coding styleNicofuma2014-05-021-8/+8
| | | | PHPBB3-12413
* [ticket/12413] Fixing the failed testNicofuma2014-05-021-8/+20
| | | | | | | The test was failing because travis is too fast: 2 posts had the same timestamp. PHPBB3-12413
* [ticket/12413] Using static attribute instead of @dependsTristan Darricau2014-05-021-194/+59
| | | | | | | | | Using a static attribute to store the initial state of the feeds instead of transmit it with the @depends annotation. This attribute is also added to backupStaticAttributesBlackList PHPBB3-12413
* [ticket/12413] Useing @depends to transmit the state of the boardTristan Darricau2014-05-021-90/+328
| | | | | | | the state of the board is calculate in the first test and transmit to the others thanks to the @depends annotation. PHPBB3-12413
* [ticket/12413] Tests: Adding functional tests for the feedsTristan Darricau2014-05-021-0/+1373
Some tests are disabled until PHPBB3-12418 (#2331) and PHPBB3-12421 (#2330) are fixed and merged PHPBB3-12413