2009-11-15 22:59:19 +01:00
|
|
|
<?php
|
2009-11-15 18:09:04 -05:00
|
|
|
/**
|
|
|
|
* Test Suite TestPlugin config file.
|
|
|
|
*
|
2010-10-03 12:31:21 -04:00
|
|
|
* PHP 5
|
2009-11-15 18:09:04 -05:00
|
|
|
*
|
2010-05-18 22:15:13 -03:00
|
|
|
* CakePHP(tm) Tests <http://book.cakephp.org/view/1196/Testing>
|
2011-05-29 17:31:39 -04:00
|
|
|
* Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
2009-11-15 18:09:04 -05:00
|
|
|
*
|
2010-10-03 12:31:21 -04:00
|
|
|
* Licensed under The MIT License
|
|
|
|
* Redistributions of files must retain the above copyright notice
|
2009-11-15 18:09:04 -05:00
|
|
|
*
|
2011-05-29 17:31:39 -04:00
|
|
|
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
2010-05-18 22:15:13 -03:00
|
|
|
* @link http://book.cakephp.org/view/1196/Testing CakePHP(tm) Tests
|
2011-07-26 01:46:14 -04:30
|
|
|
* @package Cake.Test.test_app.Plugin.TestPlugin.Config
|
2009-11-15 18:09:04 -05:00
|
|
|
* @since CakePHP(tm) v 1.3
|
2010-10-03 12:27:27 -04:00
|
|
|
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
2009-11-15 18:09:04 -05:00
|
|
|
*/
|
2009-11-15 22:59:19 +01:00
|
|
|
$config['plugin_load'] = '/test_app/plugins/test_plugin/config/load.php';
|