Skip to content
Snippets Groups Projects
Select Git revision
  • 1dfd160a795a1e0c3e6717a6cd24b7f77b873d91
  • develop default protected
  • ZERO-162-changes
  • 1.3 protected
  • 1.1
  • 1.2 protected
  • 1.0
  • 13-export-cli-command
  • 1.5.0
  • 1.4.3
  • 1.4.2
  • 1.4.1
  • 1.4.0
  • 1.3.7
  • 1.3.6
  • 1.3.5
  • 1.3.4
  • 1.3.3
  • 1.3.2
  • 1.3.1
  • 1.3.0
  • 1.1.4
  • 1.2.5
  • 1.2.4
  • 1.2.3
  • 1.0.6
  • 1.1.3
  • 1.2.2
28 results

install-config-mysql.travis.2.3.php

Blame
  • install-config-mysql.travis.2.3.php 709 B
    <?php
    /**
     * Copyright © Magento, Inc. All rights reserved.
     * See COPYING.txt for license details.
     */
    
    use Magento\TestFramework\Bootstrap;
    
    return [
        'db-host' => '127.0.0.1',
        'db-user' => 'root',
        'db-password' => '',
        'db-name' => 'magento_integration_tests',
        'db-prefix' => 'trv_',
        'backend-frontname' => 'backend',
        'admin-user' => Bootstrap::ADMIN_NAME,
        'admin-password' => Bootstrap::ADMIN_PASSWORD,
        'admin-email' => Bootstrap::ADMIN_EMAIL,
        'admin-firstname' => Bootstrap::ADMIN_FIRSTNAME,
        'admin-lastname' => Bootstrap::ADMIN_LASTNAME,
        'amqp-host' => 'localhost',
        'amqp-port' => '5672',
        'amqp-user' => 'guest',
        'amqp-password' => 'guest',
    ];