5 lines
170 B
Plaintext
Raw Normal View History

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