NameCaseLib/Tests/TestGenerator/Template/NCLNameCaseRuTestSirnamesboy.test
2011-05-01 20:50:50 +03:00

8 lines
253 B
Plaintext

public function testManSirname{% id %}()
{
$this->object->setSecondName('{% second %}');
$this->object->setGender(1);
$this->assertEquals(explode(',','{% secondOK %}'), $this->object->getSecondNameCase());
}