mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-10 05:22:41 +00:00
Fixed unit-test locales
This commit is contained in:
parent
bbcc7b2335
commit
e7d2892e81
9 changed files with 36 additions and 0 deletions
|
@ -942,6 +942,7 @@ class TranslateBehaviorTest extends CakeTestCase {
|
|||
* @return void
|
||||
*/
|
||||
public function testValidation() {
|
||||
Configure::write('Config.language', 'eng');
|
||||
$this->loadFixtures('Translate', 'TranslatedItem');
|
||||
|
||||
$TestModel = new TranslatedItem();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue