mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-18 16:19:34 +00:00
Ensure that synonym placeholders get cached on a per locale level
This commit is contained in:
parent
e60033a309
commit
d894e1658f
2 changed files with 8 additions and 8 deletions
|
|
@ -37,7 +37,7 @@ class RegisterSynonymsAsTranslationParametersTest extends KernelTestCase
|
|||
|
||||
public function testGetSynonymPlaceholders(): void
|
||||
{
|
||||
$placeholders = $this->listener->getSynonymPlaceholders();
|
||||
$placeholders = $this->listener->getSynonymPlaceholders('en');
|
||||
|
||||
$this->assertIsArray($placeholders);
|
||||
// Curly braces for lowercase versions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue