Skip to content

Commit

Permalink
ff
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Segall committed Jan 26, 2015
1 parent 9b1db0c commit e4e031f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/MessageArgumentsTestCase.test
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ class MessageArgumentsTestCase extends DrupalWebTestCase {
$message = message_create('message_test_arguments', array('uid' => $this->user->uid));
$message->save();

debug(message_get_message_arguments_plugin());

if (!$handler = message_get_message_arguments_handler($message)) {
throw new Exception('No arguments handler was found for the Message example message type.');
}
Expand Down

0 comments on commit e4e031f

Please sign in to comment.