Your IP : 216.73.216.79


Current Path : /var/www/html/dosmv2/tests/codeception/config/
Upload File :
Current File : /var/www/html/dosmv2/tests/codeception/config/functional.php

<?php
/**
 * Application configuration shared by all applications functional tests
 */
return [
    'components' => [
        'request' => [
            // it's not recommended to run functional tests with CSRF validation enabled
            'enableCsrfValidation' => false,
            // but if you absolutely need it set cookie domain to localhost
            /*
            'csrfCookie' => [
                'domain' => 'localhost',
            ],
            */
        ],
    ],
];