NameCaseLib/Tests/TestGenerator/Template/NCLNameCaseRuTestSirnamesboy.test

8 lines
253 B
Plaintext
Raw Normal View History

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