NameCaseLib/Tests/TestGenerator/Template/NCLNameCaseRuTestSirnamesgirl.test

8 lines
255 B
Plaintext
Raw Normal View History

2011-05-01 20:50:50 +03:00
public function testWomanSirname{% id %}()
{
$this->object->setSecondName('{% second %}');
$this->object->setGender(2);
$this->assertEquals(explode(',','{% secondOK %}'), $this->object->getSecondNameCase());
}