Esempio n. 1
0
 /**
  * Tests the prependButton method
  *
  * @return  void
  *
  * @since   3.0
  */
 public function testPrependButton()
 {
     $this->assertThat($this->object->prependButton('Separator', 'spacer', 25), $this->isTrue());
 }