21 lines
676 B
Plaintext
Executable File
21 lines
676 B
Plaintext
Executable File
<?php
|
|
/**
|
|
* Zend Framework (http://framework.zend.com/)
|
|
*
|
|
* @link http://github.com/zendframework/zf2 for the canonical source repository
|
|
* @copyright Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
|
|
* @license http://framework.zend.com/license/new-bsd New BSD License
|
|
* @package UnitTests
|
|
*/
|
|
|
|
/**
|
|
* This file defines specific configuration that differs from the standard configuration
|
|
* for running the unit tests with Travis-CI (http://www.travis-ci.org)
|
|
*
|
|
* See TestConfiguration.php.dist to get more details.
|
|
*
|
|
* Never commit passwords to the source code repository.
|
|
*/
|
|
|
|
require_once __DIR__ . '/TestConfiguration.php.dist';
|