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