Skip to content

Commit

Permalink
Push.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Segall committed Jan 25, 2015
1 parent 8ded72d commit 8c8d637
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions message.test
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ class MessageArgumentsTestCase extends DrupalWebTestCase {
public function testCtoolsArguments() {
$uri = entity_uri('user', $this->user);

message_type_create('example_arguments', array())->save();

$message = message_create('example_arguments', array('uid' => $this->user->uid));
$message->save();

Expand Down

0 comments on commit 8c8d637

Please sign in to comment.