Skip to content

Commit

Permalink
ffff
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Segall committed Jan 26, 2015
1 parent 31dbdac commit 2248317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MessageArgumentsTestCase.test
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class MessageArgumentsTestCase extends DrupalWebTestCase {
*/
public function testCtoolsArguments() {
// $uri = entity_uri('user', $this->user);

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));
Expand Down

0 comments on commit 2248317

Please sign in to comment.