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