mirror of
https://github.com/retailcrm/NameCaseLib.git
synced 2025-02-06 17:19:22 +03:00
6 lines
213 B
Plaintext
6 lines
213 B
Plaintext
|
|
||
|
public function testGenDetect{% id %}()
|
||
|
{
|
||
|
$this->object->setSecondName('{% name %}');
|
||
|
$this->assertEquals('{% gender %}-{% name %}', $this->object->genderAutoDetect().'-{% name %}');
|
||
|
}
|