aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional
Commit message (Collapse)AuthorAgeFilesLines
* [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
* | [ticket/11840] Use generic information in the test extensionNathan Guse2013-09-301-2/+2
| | | | | | | | | | | | Not sure why I had my name/info in these files... PHPBB3-11840
* | [task/composer-compatibility] Minor changes that will break extension BCMichaelC2013-10-012-5/+5
|/ | | | PHPBB3-11840
* [ticket/11868] Add @depends to testVjacheslav Trushkin2013-09-261-0/+3
| | | | PHPBB3-11868
* [ticket/11868] Add functional test for registrationJoas Schilling2013-09-261-0/+49
| | | | PHPBB3-11868
* [ticket/11865] Add bbcodes to functional posting testsJoas Schilling2013-09-261-2/+2
| | | | PHPBB3-11865
* [ticket/11700] Correctly load templates for extensionsNils Adermann2013-09-191-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Fix extension loading with namespacesNils Adermann2013-09-199-11/+24
| | | | | | | class loader now expects all classes to be prefixed with a backslash when resolving paths PHPBB3-11700
* [ticket/11700] Check for ALLOW_REMOTE_UPLOAD in acp output as expectedNils Adermann2013-09-162-2/+2
| | | | PHPBB3-11700
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-1616-18/+601
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-phpbb/develop: (586 commits) [ticket/11735] Display disabled checkbox in subsilver for read notifications [ticket/11735] Display disabled checkbox when notification is already read [ticket/11844] update acp/authentication language var [ticket/11795] Remove PM popup [ticket/11795] Remove outdated comment from forum_fn.js [ticket/11795] Move find user JS to forum_fn [ticket/11795] Replace TWIG with phpBB syntax in ACP [ticket/11795] Move MSN scripts to forum_fn.js [ticket/11795] Use phpBB template syntax instead of TWIG [ticket/11795] Move PM popup JS to forum_fn.js [ticket/11795] Get rid of pagination JS variables [ticket/11795] Get rid of onload_functions [ticket/11795] Use data-reset-on-edit attr to reset elements [ticket/11795] Redo form elements auto-focus [ticket/11811] Remove outline on :focus [ticket/11836] Fix subsilver fatal error [ticket/11837] Replace escaped single quote with utf-8 single quote [ticket/11836] Fix fatal error on unsupported provider for auth link [ticket/11837] Translate UCP_AUTH_LINK_NOT_SUPPORTED [ticket/11809] Ensure code.js is first script included after jQuery ... Conflicts: phpBB/config/services.yml phpBB/develop/create_schema_files.php phpBB/develop/mysql_upgrader.php phpBB/download/file.php phpBB/includes/bbcode.php phpBB/includes/functions_container.php phpBB/install/database_update.php phpBB/install/index.php phpBB/phpbb/controller/helper.php phpBB/phpbb/controller/resolver.php phpBB/phpbb/request/request_interface.php phpBB/phpbb/session.php phpBB/phpbb/style/extension_path_provider.php phpBB/phpbb/style/path_provider.php phpBB/phpbb/style/path_provider_interface.php phpBB/phpbb/style/resource_locator.php phpBB/phpbb/style/style.php phpBB/phpbb/template/locator.php phpBB/phpbb/template/template.php phpBB/phpbb/template/twig/node/includeasset.php phpBB/phpbb/template/twig/node/includecss.php phpBB/phpbb/template/twig/node/includejs.php phpBB/phpbb/template/twig/twig.php tests/controller/helper_url_test.php tests/di/create_container_test.php tests/extension/style_path_provider_test.php tests/notification/notification_test.php tests/session/continue_test.php tests/session/creation_test.php tests/template/template_events_test.php tests/template/template_test_case.php tests/template/template_test_case_with_tree.php tests/test_framework/phpbb_functional_test_case.php
| * [ticket/11215] Use new URL structure for controllersDavid King2013-08-311-5/+5
| | | | | | | | | | | | | | In tests, the old app.php?controller=foo structure was used. Instead it should be app.php/foo. PHPBB3-11215
| * [ticket/11792] Add functional test for var lang_set_ext of core.user_setuprechosen2013-08-223-0/+111
| | | | | | | | | | | | | | | | | | To ensure that the new lang_set_ext variable available with the core.user_setup event works properly, a functional test was added. It overwrites the value of the 'SKIP' language key, which is assumed to remain in use for some time to come. PHPBB3-11792
| * Merge remote-tracking branch 'VSEphpbb/ticket/11784' into developDhruv2013-08-181-1/+1
| |\ | | | | | | | | | | | | | | | | | | # By Matt Friedman # Via Matt Friedman * VSEphpbb/ticket/11784: [ticket/11784] Remove naming redundancy for event listeners
| | * [ticket/11784] Remove naming redundancy for event listenersMatt Friedman2013-08-131-1/+1
| | | | | | | | | | | | PHPBB3-11784
| * | Merge branch 'develop-olympus' into developAndreas Fischer2013-08-151-0/+67
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11775] Fix doc blocks syntax [ticket/11775] Remove spaces at line ends [ticket/11775] Split test into multiple steps [ticket/11775] Add functional test for moving the last post [ticket/11775] Backport moving of the posting functions to 3.0 [ticket/11775] Fix error when moving the last post to another topic Conflicts: tests/test_framework/phpbb_functional_test_case.php
| | * [ticket/11775] Split test into multiple stepsJoas Schilling2013-08-121-1/+25
| | | | | | | | | | | | PHPBB3-11775
| | * [ticket/11775] Add functional test for moving the last postJoas Schilling2013-08-091-0/+43
| | | | | | | | | | | | PHPBB3-11775
| | * [ticket/11775] Backport moving of the posting functions to 3.0Joas Schilling2013-08-081-101/+0
| | | | | | | | | | | | PHPBB3-11775
| * | [ticket/11761] Serve blank file locally in functional testAndy Chase2013-08-061-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Example.org no longer serves blank responses, failing functional tests. this patch creates a blank file and serve it locally during the test, instead of hitting the http://example.org servers kindly provided by IANA. PHPBB3-11761
| * | [ticket/11733] Add browse test for feed.phpJoas Schilling2013-07-231-0/+7
| | | | | | | | | | | | PHPBB3-11733
| * | Merge pull request #1513 from nickvergessen/ticket/11582Nathan Guse2013-07-223-3/+43
| |\ \ | | | | | | | | Ticket/11582 Split permission logic from translations
| | * | [ticket/11582] Correctly add all required fixturesJoas Schilling2013-07-171-0/+1
| | | | | | | | | | | | | | | | PHPBB3-11582
| | * | [ticket/11582] Fix little typoJoas Schilling2013-07-141-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11582
| | * | [ticket/11582] Test the event and and fix it.Joas Schilling2013-07-143-3/+3
| | | | | | | | | | | | | | | | PHPBB3-11582