5 lines
180 B
Plaintext
Raw Normal View History

2011-06-28 11:51:03 +03:00
public function testSplDetect{% id %}()
{
$this->assertEquals('{% gender %}-{% name %}', trim($this->object->getFullNameFormat('{% name %}')).'-{% name %}');
2011-06-28 11:51:03 +03:00
}