aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14717] Quote strings beginning with @ or % in yaml definitionsMarc Alexander2016-07-231-7/+7
| | | | | | | This type of use was deprecated in symfony 2.8 and will be dropped in 3.x. Also see: https://github.com/symfony/symfony/pull/16285 PHPBB3-14717
* Merge branch 'develop-ascraeus' into developMarc Alexander2014-11-262-10/+10
|\
| * [ticket/13389] Replace pattern with pathTristan Darricau2014-11-262-10/+10
| | | | | | | | PHPBB3-13389
* | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-08-246-0/+54
|\ \ | |/ | | | | | | | | * develop-ascraeus: [ticket/13008] Add functionnal test [ticket/13008] Use an absolute path with the FileLocator for the routing files
| * [ticket/13008] Add functionnal testTristan Darricau2014-08-246-0/+54
| | | | | | | | PHPBB3-13008
* | Merge branch 'develop-ascraeus' into developTristan Darricau2014-07-031-3/+5
|\ \ | |/ | | | | | | | | | | * develop-ascraeus: [ticket/12783] Move phpbb requirement to extra->soft-require [ticket/12783] Correctly use dataProviders and mark tests as incomplete [ticket/12783] Move phpbb/phpbb require version to extra
| * [ticket/12783] Move phpbb requirement to extra->soft-requireJoas Schilling2014-07-021-1/+3
| | | | | | | | PHPBB3-12783
| * [ticket/12783] Move phpbb/phpbb require version to extraJoas Schilling2014-06-281-3/+3
| | | | | | | | PHPBB3-12783
* | Merge branch 'develop-ascraeus' into developAndreas Fischer2014-05-286-24/+42
|\ \ | |/ | | | | | | | | | | * develop-ascraeus: [ticket/12594] Replace phpBB Group with phpBB Limited [ticket/12594] Update footer credit lines [ticket/12594] Remove @package tags and update file headers
| * [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-276-24/+42
| | | | | | | | PHPBB3-12594
* | [ticket/12564] Remove version definitions from modules in testsMatt Friedman2014-05-202-2/+0
|/ | | | PHPBB3-12564
* [ticket/10851] Add unit and functional tests for checking attachmentsMarc Alexander2014-04-041-0/+0
| | | | | | | These tests will make sure that fileuploads now work as expected regarding the check for disallowed content. PHPBB3-10851
* [ticket/12311] Use valid composer schema - license - for extensionsMatt Friedman2014-03-271-1/+1
| | | | | | http://tracker.phpbb.com/browse/PHPBB3-12311 PHPBB3-12311
* Merge pull request #2104 from nickvergessen/ticket/12261Nathan Guse2014-03-123-1/+20
|\ | | | | [ticket/12261] Remove web root path from login redirect url
| * [ticket/12261] Add a functional test for redirect after using login_box()Joas Schilling2014-03-103-1/+20
| | | | | | | | PHPBB3-12261
* | [ticket/12090] Comment out broken testJoas Schilling2014-03-091-0/+3
| | | | | | | | PHPBB3-12090
* | [ticket/12090] Fix helper usage in functional controller testsJoas Schilling2014-03-071-27/+3
| | | | | | | | PHPBB3-12090
* | [ticket/12090] Change redirect tests to use route()Joas Schilling2014-03-072-3/+15
|/ | | | PHPBB3-12090
* [ticket/11997] Use functional test cases that should always workMarc Alexander2013-12-281-6/+2
| | | | | | | | | | The previous test cases that tried to redirect to ../index.php and similar might cause us to try to go to http://localhost/../index.php, which will result in http://index.php. As this obviously will trigger an error as intended, we should not put this inside our test cases for the redirect function. PHPBB3-11997
* [ticket/11997] Fix redirect tests for mod rewriteMarc Alexander2013-12-282-15/+27
| | | | | | | | Controller routes that are supposed to link to parent directories can't be tested as the links are incorrectly created depending on enabled mod rewrite or not. PHPBB3-11997
* [ticket/11997] Use path_helper in in foo/bar extension for redirect URLsMarc Alexander2013-12-272-9/+16
| | | | | | | By using path_helper's clean_url() method, we'll be able to properly check the full URL instead of just parts of the expected URL. PHPBB3-11997
* [ticket/11997] Move expected redirect returns to controller and output to HTMLMarc Alexander2013-12-202-12/+52
| | | | | | | | The controller will now output the expected redirect returns the same way the redirect returns are output. The extension controller test will compare those 2 outputs. PHPBB3-11997
* Merge branch 'develop' of https://github.com/phpbb/phpbb into ticket/11997Marc Alexander2013-12-077-19/+61
|\ | | | | | | | | Conflicts: tests/functional/fixtures/ext/foo/bar/config/services.yml
| * [ticket/12026] Add functional test for ucp extension moduleJoas Schilling2013-12-033-0/+51
| | | | | | | | PHPBB3-12026
| * [ticket/12017] Fix phpbb requirement in composer.jsonJoas Schilling2013-11-141-1/+1
| | | | | | | | 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/11997] Add functional test for redirects in controllerJoas Schilling2013-11-134-1/+40
|/ | | | PHPBB3-11997
* [task/composer-compatibility] Minor changes that will break extension BCMichaelC2013-10-011-3/+2
| | | | PHPBB3-11840
* [ticket/11700] Fix extension loading with namespacesNils Adermann2013-09-197-8/+21
| | | | | | | class loader now expects all classes to be prefixed with a backslash when resolving paths PHPBB3-11700
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-164-2/+89
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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/11792] Add functional test for var lang_set_ext of core.user_setuprechosen2013-08-222-0/+48
| | | | | | | | | | | | | | | | | | 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
| * [ticket/11784] Remove naming redundancy for event listenersMatt Friedman2013-08-131-1/+1
| | | | | | | | PHPBB3-11784
| * [ticket/11582] Fix little typoJoas Schilling2013-07-141-1/+1
| | | | | | | | PHPBB3-11582
| * [ticket/11582] Test the event and and fix it.Joas Schilling2013-07-142-2/+2
| | | | | | | | PHPBB3-11582
| * [ticket/11582] Fix extension permission testsJoas Schilling2013-07-142-2/+41
| | | | | | | | PHPBB3-11582
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-162-3/+3
|/ | | | PHPBB3-11700
* [ticket/11549] Add functional test for ACP Extension Module with TemplateJoas Schilling2013-05-313-0/+63
| | | | PHPBB3-11549
* Merge remote-tracking branch 'remotes/blitze/ticket/11458' into developNathaniel Guse2013-05-181-0/+6
|\
| * [ticket/11458] Add functional testOpenShift guest2013-04-131-0/+6
| | | | | | | | | | | | | | | | | | | | | | Since there is no test method to include extension language files, a functional test seems more appropriate. We add a permission mask 'acl_u_foo' with translation found in extenion 'bar' and confirm that the permission language file 'permissions_foo.php' from 'bar' was added by asserting that 'Can view foo' exists when viewing user permissions in acp PHPBB3-11458
* | [ticket/11450] Add new line at end of fileJoas Schilling2013-05-081-1/+1
| | | | | | | | PHPBB3-11450
* | [ticket/11450] Test the extensions details page in ACP Customise TabJoas Schilling2013-05-081-0/+23
|/ | | | PHPBB3-11450
* [feature/controller] Fix misnamed route for functional testDavid King2012-11-191-1/+1
| | | | PHPBB3-10864
* [feature/controller] Check for proper status codes from controllersDavid King2012-11-192-0/+9
| | | | PHPBB3-10864
* [feature/controller] Fix line endings and permissions, and check responsesDavid King2012-11-164-6/+6
| | | | PHPBB3-10864
* [feature/controller] Add controller functional test with templateDavid King2012-11-164-0/+25
| | | | PHPBB3-10864
* [feature/controller] Add test for missing argument in controller classDavid King2012-11-163-1/+10
| | | | PHPBB3-10864
* [feature/controller] Adapt functional tests given new controller frameworkDavid King2012-11-1615-111/+22
| | | | PHPBB3-10864
* [ticket/10941] Added functional tests for the fileupload classFyorl2012-07-094-0/+0
| | | | | | | | | | NOTE: test_form_upload() is broken. Uploading files via Symfony fails to retain $_FILES['fileupload']['type'] even if it set explicitely. This appears to be a bug in Symfony. Since the current version of filespec::is_image() relies on the mimetype, these tests will __fail__. filespec::is_image() has been fixed in https://github.com/phpbb/phpbb3/pull/833 however. PHPBB3-10941
* [ticket/10586] Removed incorrect method callDavid King2012-03-285-11/+1
| | | | PHPBB3-10586