mirror of
https://github.com/retailcrm/NameCaseLib.git
synced 2025-02-06 17:19:22 +03:00
8 lines
246 B
Plaintext
8 lines
246 B
Plaintext
|
|
||
|
public function testNameMan{% id %}()
|
||
|
{
|
||
|
$this->object->setFirstName('{% first %}');
|
||
|
$this->object->setGender(1);
|
||
|
|
||
|
$this->assertEquals(explode(',','{% firstOK %}'), $this->object->getFirstNameCase());
|
||
|
}
|