/** * Tests Gadget->getScaling() */ public function testGetScaling() { $this->assertEquals("true", $this->gadget->getScaling()); }
/** * Tests Gadget->getScaling() */ public function testGetScaling() { $this->Gadget->scaling = true; $this->assertTrue($this->Gadget->getScaling()); }