Skip to content

Commit

Permalink
hmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Segall committed Jan 25, 2015
1 parent 7752ad2 commit dae7595
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions message.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(array('message', 'message_example'));
parent::setUp(array('message'));

$this->user = $this->drupalCreateUser();
}
Expand All @@ -33,7 +33,7 @@ class MessageArgumentsTestCase extends DrupalWebTestCase {
* Testing ctools message arguments plugin.
*/
public function testCtoolsArguments() {
debug(entity_get_info());
module_enable(array('message_example'));
// $query = new EntityFieldQuery();
// $reqults = $query
// ->entityCondition('entity_type', 'message_type')
Expand Down

0 comments on commit dae7595

Please sign in to comment.