HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: /home4/cca63905/public_html/nueva/app/config/config_test.yml
parameters:
    AdapterSecurityAdminClass:                LegacyTests\PrestaShopBundle\Mock\AdapterSecurityAdminMock
    prestashop.security.voter.product.class:  LegacyTests\PrestaShopBundle\Mock\PageVoter
    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"

imports:
    - { resource: config_dev.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%"
    orm:
        metadata_cache_driver: "array"
        query_cache_driver: "array"