aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/metadata_manager_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/15508] Remove call to getEnvironment() from parserFrançois-Xavier de Guillebon2019-05-091-1/+1
| | | | PHPBB3-15508
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-1/+1
| | | | PHPBB3-14972
* [ticket/14990] Move dispatcher object to the front of the options arrayrxu2017-04-161-2/+1
| | | | PHPBB3-14990
* [ticket/15087] Optimize creation of metadata objects by cachingjaviexin2017-02-121-3/+1
| | | | | | Fix constructor in test cases. PHPBB3-15087
* [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-031-2/+3
| | | | PHPBB3-12610
* [ticket/13616] Updates direct call to twig environment constructorTristan Darricau2016-04-031-2/+1
| | | | PHPBB3-13616
* [ticket/13804] Make template's user dependency optionalMateBartus2015-05-051-1/+1
| | | | PHPBB3-13804
* [ticket/13638] Inject $filesystem in \phpbb\template\assetNicofuma2015-05-051-2/+4
| | | | PHPBB3-13638
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-7/+13
| | | | PHPBB3-13762
* [ticket/13793] Remove translation on throwing exceptionsMateBartus2015-05-011-9/+14
| | | | PHPBB3-13793
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-3/+3
| | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* [ticket/10748] Replace direct creations of tools();Joas Schilling2015-02-071-1/+2
| | | | PHPBB3-10748
* Merge branch 'develop-ascraeus' into developJoas Schilling2015-01-201-0/+3
|\ | | | | | | | | | | | | Conflicts: phpBB/phpbb/db/migration/data/v30x/release_3_0_5_rc1.php phpBB/phpbb/db/migration/profilefield_base_migration.php phpBB/phpbb/db/migrator.php
| * [ticket/13489] Fix testsTristan Darricau2015-01-141-1/+3
| | | | | | | | PHPBB3-13489
* | [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-061-1/+1
| | | | | | | | PHPBB3-13421
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-11-221-0/+1
|\ \ | |/
| * [ticket/security-171] Sanitize data from composer.jsonMarc Alexander2014-11-211-0/+1
| | | | | | | | SECURITY-171
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-08-101-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12932] Remove set_datetime_class method from user class [ticket/12932] Fix tests and calls to create_datetime [ticket/12932] Add method for getting the datetime class and allow overriding Conflicts: phpBB/config/services.yml
| * [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-101-1/+1
| | | | | | | | PHPBB3-12932
* | [ticket/11649] Expose Twig through the containerTristan Darricau2014-08-091-12/+26
|/ | | | PHPBB3-11649
* Merge pull request #2676 from Nicofuma/ticket/12787Joas Schilling2014-07-081-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12787] Allow the route to say that the referer has to be used. * Nicofuma/ticket/12787: [ticket/12787] Updates phpbb_mock_controller_helper [ticket/12787] Add controller_helper::get_current_url() [ticket/12787] Remove one app.php when it's both in $path and $web_root_path [ticket/12787] Fix the absolute board url [ticket/12787] Use a parameter (_referer) instead of the Referer header [ticket/12099] Add unit tests for get_web_root_path_from_ajax_referer() [ticket/12099] Remove config again [ticket/12099] Correctly fix the path when performing AJAX requests [ticket/12099] Add request argument to path_helper service
| * [ticket/12099] Remove config againJoas Schilling2014-06-291-1/+0
| | | | | | | | PHPBB3-12099
| * [ticket/12099] Add request argument to path_helper servicePico882014-06-291-0/+2
| | | | | | | | PHPBB3-12099
* | [ticket/12783] Move phpbb requirement to extra->soft-requireJoas Schilling2014-07-021-1/+3
| | | | | | | | PHPBB3-12783
* | [ticket/12783] Correctly use dataProviders and mark tests as incompleteJoas Schilling2014-06-281-226/+104
| | | | | | | | PHPBB3-12783
* | [ticket/12783] Move phpbb/phpbb require version to extraJoas Schilling2014-06-281-0/+14
|/ | | | PHPBB3-12783
* [ticket/11467] Add user object to extension manager for testsn-aleha2014-05-291-0/+2
| | | | PHPBB3-11467
* [ticket/11467] Add language variables to testsn-aleha2014-05-291-11/+11
| | | | | | Convert the hardcoded strings to language variables. PHPBB3-11467
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12311] Use valid composer schema - license - for extensionsMatt Friedman2014-03-271-6/+6
| | | | | | http://tracker.phpbb.com/browse/PHPBB3-12311 PHPBB3-12311
* [ticket/11880] Move get_schema_steps function to a migrator helper classNathan Guse2014-02-051-1/+2
| | | | PHPBB3-11880
* [ticket/12009] Move valid extensions in tests to correct dir structure.Cesar G2013-12-121-3/+3
| | | | PHPBB3-12009
* [task/composer-compatibility] Minor changes that will break extension BCMichaelC2013-10-011-14/+14
| | | | PHPBB3-11840
* [ticket/11852] Split filesystem and path_helper into 2 classesJoas Schilling2013-09-261-8/+3
| | | | PHPBB3-11852
* [ticket/11700] Fix unit tests after develop mergeNils Adermann2013-09-171-2/+2
| | | | PHPBB3-11700
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-171-3/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-phpbb/develop: [ticket/11832] Correct paths in tests [ticket/11832] Correct ROOT_PATH variable [ticket/11832] get_url() from phpbb_template_asset should return web path [ticket/11832] Fix INCLUDE(JS/CSS) [ticket/11832] Fix constructions of phpbb_filesystem [ticket/11832] Fix smiley paths [ticket/11832] Create phpbb_symfony_request to handle initiating symfony_request [ticket/11832] Fix build_url and the S_LOGIN_ACTION [ticket/11832] Changing comments to say app.php rather than index.php [ticket/11832] We must instantiate the $phpbb_filesystem in common [ticket/11832] Fix the web path corrections [ticket/11832] More extensive testing [ticket/11832] Use dirname(__FILE__) [ticket/11832] Use $phpbb_filesystem instead of the container in append_sid Revert "[ticket/11832] Make $phpbb_container a global initiated by the framework" [ticket/11832] Make $phpbb_container a global initiated by the framework [ticket/11832] Fix log tests [ticket/11832] update_web_root_path helper and tests [ticket/11832] Inject dependencies for phpbb_get_web_root_path (also moving) Conflicts: phpBB/common.php phpBB/config/services.yml phpBB/includes/bbcode.php phpBB/includes/functions.php phpBB/includes/functions_messenger.php phpBB/install/index.php phpBB/phpbb/filesystem.php phpBB/phpbb/template/twig/environment.php phpBB/phpbb/template/twig/node/includeasset.php phpBB/phpbb/template/twig/twig.php tests/controller/helper_url_test.php tests/dbal/migrator_test.php tests/extension/manager_test.php tests/extension/metadata_manager_test.php tests/filesystem/clean_path_test.php tests/mock/extension_manager.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/11832] Fix INCLUDE(JS/CSS)Nathan Guse2013-09-131-3/+9
| | | | | | | | PHPBB3-11832
| * [ticket/11832] Fix constructions of phpbb_filesystemNathan Guse2013-09-131-1/+6
| | | | | | | | PHPBB3-11832
| * [ticket/11832] Inject dependencies for phpbb_get_web_root_path (also moving)Nathan Guse2013-09-091-1/+1
| | | | | | | | | | | | Function moved from phpbb_get_web_root_path to filesystem::get_web_root_path PHPBB3-11832
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-28/+28
|/ | | | PHPBB3-11700
* [ticket/11696] Rename db_tools.php so it can be autoloadedJoas Schilling2013-07-141-2/+0
| | | | PHPBB3-11696
* [feature/twig] Remove resource locator dependency from templateNathaniel Guse2013-07-011-1/+0
| | | | PHPBB3-11598
* [feature/twig] Use phpbb_template_twig in testsNathan Guse2013-06-121-1/+1
| | | | | | Replace all new phpbb_template( with new phpbb_template_twig( PHPBB3-11598
* Merge remote-tracking branch 'EXreaction/ticket/11415' into developDavid King2013-05-181-2/+4
|\ | | | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/11415: [ticket/11415] Add test for find_from_extension() [ticket/11415] Send the extension base the finder rather than the manager [ticket/11415] Create function in finder find_from_extension [ticket/11415] Fix ext.manager constructor in tests [ticket/11415] Make migrator/ext.manager dependencies of the base ext class [ticket/11415] Remove migrator dependency from extension manager [ticket/11415] Move migrator to base extension class from ext.manager [ticket/11415] Move while loop from ext manager to acp_extensions.php
| * [ticket/11415] Fix ext.manager constructor in testsNathaniel Guse2013-05-031-1/+0
| | | | | | | | PHPBB3-11415
| * [ticket/11415] Remove migrator dependency from extension managerNathaniel Guse2013-05-011-1/+4
| | | | | | | | PHPBB3-11415
* | [ticket/11450] Move mocked class into mock/metadata_manager.phpJoas Schilling2013-05-081-15/+2
| | | | | | | | PHPBB3-11450
* | [ticket/11450] Fix tests class nameJoas Schilling2013-05-081-1/+1
| | | | | | | | PHPBB3-11450
* | [ticket/11450] Require db_tools file to be includedJoas Schilling2013-05-081-0/+2
| | | | | | | | PHPBB3-11450