Example #1
0
 /**
  * Test if shortcut can be set
  *
  * @test
  * @return void
  */
 public function shortcutCanBeSet()
 {
     $value = 789;
     $this->instance->setShortcut($value);
     $this->assertEquals($value, $this->instance->getShortcut());
 }