mirror of
https://github.com/retailcrm/NameCaseLib.git
synced 2025-02-06 09:09:23 +03:00
8 lines
252 B
Plaintext
8 lines
252 B
Plaintext
|
|
public function testFatherMan{% id %}()
|
|
{
|
|
$this->object->setFatherName('{% father %}');
|
|
$this->object->setGender(1);
|
|
|
|
$this->assertEquals(explode(',','{% fatherOK %}'), $this->object->getFatherNameCase());
|
|
} |