Ejemplo n.º 1
0
 public function testCacheControlWithoutCost()
 {
     $this->assertEquals('{!cache=true}', $this->helper->cacheControl(true));
 }