Skip to content

Commit

Permalink
Try?
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Segall committed Jan 27, 2015
1 parent 137fbb0 commit 780038d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/MessageArgumentsTestCase.test
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class MessageArgumentsTestCase extends DrupalWebTestCase {
}

function setUp() {
parent::setUp('message');
parent::setUp('message', 'message_test');

$this->user = $this->drupalCreateUser();
}
Expand All @@ -34,7 +34,6 @@ class MessageArgumentsTestCase extends DrupalWebTestCase {
*/
public function testCtoolsArguments() {
$uri = entity_uri('user', $this->user);
module_enable(array('message_test'));

$text = '@name %time !link.';
$message_type = message_type_create('message_test_arguments', array('message_text' => array(LANGUAGE_NONE => array(array('value' => $text)))));
Expand Down

0 comments on commit 780038d

Please sign in to comment.