Skip to content

Commit

Permalink
dd
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Segall committed Jan 26, 2015
1 parent 11bf456 commit b5980f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/MessageArgumentsTestCase.test
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ class MessageArgumentsTestCase extends DrupalWebTestCase {
module_enable(array('message_test'));
message_type_create('message_test_arguments', array('message_text' => array(LANGUAGE_NONE => array(array('value' => 'Example text.')))))->save();
//
$message = message_create('message_test_arguments', array('uid' => $this->user->uid));
$message->save();
// $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.');
}
// if (!$handler = message_get_message_arguments_handler($message)) {
// throw new Exception('No arguments handler was found for the Message example message type.');
// }
//
// $arguments = $handler->getArguments();
//
Expand Down

0 comments on commit b5980f7

Please sign in to comment.