Example #1
0
 /**
  * Tests Gadget->getWidth()
  */
 public function testGetWidth()
 {
     $this->assertEquals("100", $this->gadget->getWidth());
 }
Example #2
0
 /**
  * Tests Gadget->getWidth()
  */
 public function testGetWidth()
 {
     $this->Gadget->width = 100;
     $this->assertEquals(100, $this->Gadget->getWidth());
 }