Example #1
0
 /**
  * @testdox markAsSafeInCSS() unconditionally marks the attribute as safe in context
  */
 public function testMarkAsSafeInCSS()
 {
     $attr = new Attribute();
     $attr->markAsSafeInCSS();
     $this->assertTrue($attr->isSafeInCSS());
 }