mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-12 06:56:24 +00:00
Aplying changes to localePaths made in [7754]
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7771 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
8cf8ee93ea
commit
6da2040b45
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class BasicsTest extends CakeTestCase {
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
function setUp() {
|
function setUp() {
|
||||||
Configure::write('Locale.path', TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'locale');
|
Configure::write('localePaths', array(TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'locale'));
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* testHttpBase method
|
* testHttpBase method
|
||||||
|
|
Loading…
Add table
Reference in a new issue