mirror of
https://github.com/retailcrm/NameCaseLib.git
synced 2025-02-06 09:09:23 +03:00
5 lines
180 B
Plaintext
5 lines
180 B
Plaintext
|
|
public function testSplDetect{% id %}()
|
|
{
|
|
$this->assertEquals('{% gender %}-{% name %}', trim($this->object->getFullNameFormat('{% name %}')).'-{% name %}');
|
|
} |