qcubed/framework

View on GitHub
travis/mysql.inc.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

    /*
     * Configure the mysql travis-ci connection
     */
    define('DB_CONNECTION_1', serialize(array(
        'adapter' => 'MySqli5',
        'server' => 'localhost',
        'port' => null,
        'database' => 'qcubed',
        'username' => 'root',
        'password' => '',
        'caching' => false,
        'profiling' => false)));