Esempio n. 1
0
 /**
  * Test getting an attribute
  */
 public function testSetAttr()
 {
     $this->div->setAttr('foo', 'bar');
     $this->assertSame('bar', $this->div->getAttr('foo'));
 }