mirror of
https://github.com/retailcrm/NameCaseLib.git
synced 2025-04-10 12:31:04 +00:00
5 lines
No EOL
180 B
Text
5 lines
No EOL
180 B
Text
|
|
public function testSplDetect{% id %}()
|
|
{
|
|
$this->assertEquals('{% gender %}-{% name %}', trim($this->object->getFullNameFormat('{% name %}')).'-{% name %}');
|
|
} |