Example #1
0
 public function testAttributesCanBeRemovedFromNodes()
 {
     $html = T::fetch($this->p, array('.things' => T::removeAttr('class')));
     $this->assertNotContains('class="things"', $html);
 }