mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
fix failing test
This commit is contained in:
parent
59342e0524
commit
4574dbc273
1 changed files with 1 additions and 0 deletions
|
@ -2525,6 +2525,7 @@ class I18nTest extends CakeTestCase {
|
|||
* @return void
|
||||
*/
|
||||
public function testPoQuotedString () {
|
||||
Configure::write('Config.language', 'po');
|
||||
$expected = 'this is a "quoted string" (translated)';
|
||||
$this->assertEquals($expected, __('this is a "quoted string"'));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue