mirror of
https://github.com/retailcrm/NameCaseLib.git
synced 2025-03-29 11:19:48 +03:00
6 lines
No EOL
212 B
Text
6 lines
No EOL
212 B
Text
|
|
public function testGenDetect{% id %}()
|
|
{
|
|
$this->object->setFirstName('{% name %}');
|
|
$this->assertEquals('{% gender %}-{% name %}', $this->object->genderAutoDetect().'-{% name %}');
|
|
} |