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