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