aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/feed_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [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