mirror of
https://github.com/retailcrm/NameCaseLib.git
synced 2025-02-06 17:19:22 +03:00
8 lines
253 B
Plaintext
8 lines
253 B
Plaintext
|
|
public function testManSirname{% id %}()
|
|
{
|
|
$this->object->setSecondName('{% second %}');
|
|
$this->object->setGender(1);
|
|
|
|
$this->assertEquals(explode(',','{% secondOK %}'), $this->object->getSecondNameCase());
|
|
} |