/** * Tests Gadget->getShowInDirectory() */ public function testGetShowInDirectory() { $this->assertEquals("true", $this->gadget->getShowInDirectory()); }
/** * Tests Gadget->getShowInDirectory() */ public function testGetShowInDirectory() { $this->Gadget->showInDirectory = true; $this->assertTrue($this->Gadget->getShowInDirectory()); }