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