Example #1
0
 /**
  * @covers JeremySells\Templar\Factories\Tpl::toString
  */
 public function testToString()
 {
     $this->object->setFile(__DIR__ . "/../templates/fixed.tpl.php");
     $this->assertSame("abcd", $this->object->toString());
 }