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