mirror of
https://github.com/retailcrm/NameCaseLib.git
synced 2025-04-11 04:50:55 +00:00
7 lines
No EOL
289 B
Text
7 lines
No EOL
289 B
Text
|
|
public function testGenDetect{% id %}()
|
|
{
|
|
$this->object->setFirstName('{% name %}');
|
|
$this->object->setSecondName('{% sname %}');
|
|
$this->assertEquals('{% gender %}-{% name %} {% sname %}', $this->object->genderAutoDetect().'-{% name %} {% sname %}');
|
|
} |