mirror of
https://github.com/retailcrm/NameCaseLib.git
synced 2025-02-06 09:09:23 +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 %}');
|
|
} |