Exemplo n.º 1
0
 public function testShouldSkipUnmatchedPlaceholder()
 {
     $template = new Template("hello, {{name}}");
     $this->assertEquals('hello, {{name}}', $template->produce());
 }