aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | [ticket/11997] Add functional test for redirects in controllerJoas Schilling2013-11-135-1/+72
| | | | | | | | | | | | | | | | | | | | PHPBB3-11997
* | | | | [ticket/12009] Prevent user from enabling invalid extension through direct URLCesar G2013-12-121-0/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-12009
* | | | | [ticket/12009] Update functional test to check for invalid extensions.Cesar G2013-12-121-0/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-12009
* | | | | [ticket/12009] Fix functional tests.Cesar G2013-12-121-16/+18
| |/ / / |/| | | | | | | | | | | PHPBB3-12009
* | | | Merge pull request #1879 from Pico88/ticket/12026Nathan Guse2013-12-044-5/+91
|\ \ \ \ | | | | | | | | | | [ticket/12026] Correct path for template files
| * | | | [ticket/12026] Add functional test for ucp extension moduleJoas Schilling2013-12-034-5/+91
| | | | | | | | | | | | | | | | | | | | PHPBB3-12026
* | | | | [ticket/11842] Add functional test for creating groupMarc Alexander2013-12-041-0/+31
| | | | | | | | | | | | | | | | | | | | PHPBB3-11842
* | | | | [ticket/11842] Use avatar_data for obtaining driver that should be deletedMarc Alexander2013-12-041-0/+9
|/ / / / | | | | | | | | | | | | PHPBB3-11842
* | | | Merge remote-tracking branch 'Marc/ticket/11896' into developJoas Schilling2013-11-191-0/+33
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Marc/ticket/11896: [ticket/11896] Use $form_time and fix out of bounds $form_time [ticket/11896] Correctly document return of null in docblocks [ticket/11896] Minor code improvements in phpbb_functional_test_case [ticket/11896] Add functional tests for marking all notifications read [ticket/11896] Add ability to define expected message after posting [ŧicket/11896] Set form_time with time() when marking all notifications read
| * | | | [ticket/11896] Add functional tests for marking all notifications readMarc Alexander2013-11-091-0/+33
| |/ / / | | | | | | | | | | | | PHPBB3-11896
* | | | [ticket/12017] Fix phpbb requirement in composer.jsonJoas Schilling2013-11-141-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12017
* | | | [ticket/12017] Copy config/ dir so events workJoas Schilling2013-11-143-2/+6
| | | | | | | | | | | | | | | | PHPBB3-12017
* | | | [ticket/12017] Remove IN_PHPBB defined checkJoas Schilling2013-11-142-18/+0
| | | | | | | | | | | | | | | | PHPBB3-12017
* | | | [ticket/12016] Update functional tests to use service for event listenersJoas Schilling2013-11-131-0/+9
| | | | | | | | | | | | | | | | PHPBB3-12016
* | | | [ticket/12002] Change functional test to use link hashJoas Schilling2013-11-081-0/+21
|/ / / | | | | | | | | | PHPBB3-12002
* | | [ticket/11994] Fix functional testsJoas Schilling2013-11-081-1/+7
| | | | | | | | | | | | PHPBB3-11994
* | | [ticket/11994] "Delete data" is only available for disabled extensionsJoas Schilling2013-11-081-2/+2
| | | | | | | | | | | | PHPBB3-11994
* | | [ticket/11994] Filter crawler for better search comparisonsJoas Schilling2013-11-081-13/+13
| | | | | | | | | | | | PHPBB3-11994
* | | [ticket/11994] Fix tests after uninstall renameJoas Schilling2013-11-081-8/+8
| | | | | | | | | | | | PHPBB3-11994
* | | [ticket/11994] Update functional tests with display nameJoas Schilling2013-11-081-3/+3
| | | | | | | | | | | | PHPBB3-11994
* | | [ticket/11994] Replace spaces with tabsJoas Schilling2013-11-081-55/+55
| | | | | | | | | | | | PHPBB3-11994
* | | [ticket/11994] Fix functional extension testsJoas Schilling2013-11-081-18/+18
| | | | | | | | | | | | PHPBB3-11994
* | | [ticket/11534] Check remote avatar content type if possibleMarc Alexander2013-10-241-0/+9
| | | | | | | | | | | | | | | | | | | | | This should make sure that error pages like 404 or 503 pages are not treated as remote avatar images. PHPBB3-11534
* | | [feature/plupload/integration] Integration of PluploadAndreas Fischer2013-10-112-0/+168
| | | | | | | | | | | | | | | | | | | | | | | | This commit is a highly-refactored and up-to-date version of Fyorl's work which was part of his Google Summer of Code 2012 project "Attachment Improvements". PHPBB3-10929
* | | [ticket/11903] Speed up paging testNathan Guse2013-10-101-4/+4
| | | | | | | | | | | | PHPBB3-11903
* | | Merge pull request #1481 from dhruvgoel92/ticket/11608Nathan Guse2013-10-075-0/+187
|\ \ \ | | | | | | | | [ticket/11608] add functional tests for search
| * | | [ticket/11608] Mark failed test as incomplete for mysql search backendDhruv2013-10-051-0/+5
| | | | | | | | | | | | | | | | PHPBB3-11608
| * | | [ticket/11608] Update search backend class names to namespacesDhruv2013-10-054-4/+4
| | | | | | | | | | | | | | | | PHPBB3-11608
| * | | [ticket/11608] Move markIncomplete to search backends testDhruv2013-10-054-9/+15
| | | | | | | | | | | | | | | | PHPBB3-11608
| * | | [ticket/11608] Rename base search test class fileDhruv2013-10-055-4/+4
| | | | | | | | | | | | | | | | PHPBB3-11608
| * | | [ticket/11608] Remove suffix test from base classDhruv2013-10-055-37/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename base class to phpbb_functional_search_base and fix Docblocks as per phpbb guidelines. PHPBB3-11608
| * | | [ticket/11608] Mark postgres search not found test as incompleteDhruv2013-10-051-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11608
| * | | [ticket/11608] Mark sphinx tests as incomplete for nowDhruv2013-10-051-0/+5
| | | | | | | | | | | | | | | | PHPBB3-11608
| * | | [ticket/11608] Mark failed search test incomplete for native searchDhruv2013-10-051-0/+4
| | | | | | | | | | | | | | | | PHPBB3-11608
| * | | [ticket/11608] remove setUp method overrideDhruv2013-10-054-32/+4
| | | | | | | | | | | | | | | | PHPBB3-11608
| * | | [ticket/11608] add search functional tests to search subfolderDhruv2013-10-055-11/+10
| | | | | | | | | | | | | | | | PHPBB3-11608
| * | | [ticket/11608] rename search_found and not_found methodDhruv2013-10-051-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename search_found and search_not_found to assert_search_found and assert_search_not_found. Count .errorbox incase the search backend is not supported and skip tests PHPBB3-11608
| * | | [ticket/11608] pass keywords to search_found and search_not_found testDhruv2013-10-051-7/+9
| | | | | | | | | | | | | | | | PHPBB3-11608
| * | | [ticket/11608] Set sphinx id from test_config file for testsDhruv2013-10-051-1/+4
| | | | | | | | | | | | | | | | PHPBB3-11608
| * | | [ticket/11608] Use assertEquals for more accurate assertionsDhruv2013-10-051-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11608
| * | | [ticket/11608] Use assertContainsLang to compare language stringsDhruv2013-10-051-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11608
| * | | [ticket/11608] split search tests into separate filesDhruv2013-10-055-36/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Tests for each search backend are into their own separate files. These separate classes inherit from a common search test case class. PHPBB3-11608
| * | | [ticket/11608] Check for word highlights in search resultsDhruv2013-10-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Search tests check for highlighted words in search results PHPBB3-11608
| * | | [ticket/11608] Mark sphinx test as incompleteDhruv2013-10-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Sphinx search for the test board cannot be tested PHPBB3-11608
| * | | [ticket/11608] Logout before searchingDhruv2013-10-051-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Keyword search in search functional tests should be performed as guests rather than logged in as admin. PHPBB3-11608
| * | | [ticket/11608] Add more assetions in testsDhruv2013-10-051-1/+5
| | | | | | | | | | | | | | | | PHPBB3-11608
| * | | [ticket/11608] Use assertions in testDhruv2013-10-051-4/+2
| | | | | | | | | | | | | | | | PHPBB3-11608
| * | | [ticket/11608] complete search tests functionalitiesDhruv2013-10-051-4/+33
| | | | | | | | | | | | | | | | PHPBB3-11608
| * | | [ticket/11608] Skip tests for unsupported search backendsDhruv2013-10-051-4/+10
| | | | | | | | | | | | | | | | PHPBB3-11608
| * | | [ticket/11608] add basic search functional test structureDhruv2013-10-051-0/+77
| |/ / | | | | | | | | | PHPBB3-11608