Skip to content

Commit

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

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

0 comments on commit 7752ad2

Please sign in to comment.