mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-09 09:36:50 +01:00
Fix test
This commit is contained in:
@@ -32,8 +32,8 @@ class Framework_SpellcheckerEnchant extends PHPUnit\Framework\TestCase
|
||||
$object = new rcube_spellchecker();
|
||||
|
||||
$langs = $object->languages();
|
||||
print_r($langs);
|
||||
$this->assertSame('English (US)', $langs['en']);
|
||||
|
||||
$this->assertSame('English (US)', $langs['en'] ?? $langs['en_US']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user