Exemplo n.º 1
0
 /**
  * Tests Gadget->getScaling()
  */
 public function testGetScaling()
 {
     $this->assertEquals("true", $this->gadget->getScaling());
 }
Exemplo n.º 2
0
 /**
  * Tests Gadget->getScaling()
  */
 public function testGetScaling()
 {
     $this->Gadget->scaling = true;
     $this->assertTrue($this->Gadget->getScaling());
 }