public function test_set_group()
 {
     $action = new ActionScheduler_Action('my_hook', array(), NULL, 'my_group');
     $this->assertEquals('my_group', $action->get_group());
 }