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