/home/sharedstore/public_html/prestashop.sharedstore.ma/app/config
NameSizeModeActions
addons/-0755rm
api_platform/-0755rm
config.yml34210644editdlrm
config_dev.yml14450644editdlrm
config_legacy.yml5380644editdlrm
config_legacy_dev.yml450644editdlrm
config_legacy_prod.yml2770644editdlrm
config_legacy_test.yml490644editdlrm
config_prod.yml8190644editdlrm
config_test.yml14450644editdlrm
doctrine.yml9360644editdlrm
parameters.php32120644editdlrm
parameters.yml110644editdlrm
parameters.yml.dist9830644editdlrm
routing.yml3030644editdlrm
routing_dev.yml3140644editdlrm
security_dev.yml8890644editdlrm
security_prod.yml6250644editdlrm
security_test.yml9650644editdlrm
services.yml2420644editdlrm
set_parameters.php30160644editdlrm
Edit: /home/sharedstore/public_html/prestashop.sharedstore.ma/app/config/config_test.yml (1445B)
parameters: resources_dir: "%kernel.project_dir%/tests/Resources" test_translations_dir: "%resources_dir%/translations" translations_theme_dir: "%resources_dir%/themes" translations_modules_dir: "%resources_dir%/modules" prestashop.security.voter.product.class: Tests\Integration\Utility\PageVoter AdapterSecurityAdminClass: Tests\Integration\Utility\AdapterSecurityAdmin imports: - { resource: config.yml } - { resource: security_test.yml } - { resource: "../../tests/Resources/config/services.yml" } framework: test: ~ session: storage_id: session.storage.mock_file profiler: collect: false web_profiler: toolbar: '%use_debug_toolbar%' intercept_redirects: true swiftmailer: disable_delivery: true # Doctrine Configuration doctrine: dbal: connections: default: dbname: "test_%database_name%" monolog: handlers: main: type: rotating_file max_files: '%env(PS_LOG_MAX_FILES)%' path: '%env(PS_LOG_OUTPUT)%' level: debug channels: [ "!event" ] console: type: console bubble: false verbosity_levels: VERBOSITY_VERBOSE: INFO VERBOSITY_VERY_VERBOSE: DEBUG channels: [ "!doctrine" ] console_very_verbose: type: console bubble: false verbosity_levels: VERBOSITY_VERBOSE: NOTICE VERBOSITY_VERY_VERBOSE: NOTICE VERBOSITY_DEBUG: DEBUG channels: [ "doctrine" ]