Skip to content

Commit

Permalink
Available types.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Segall committed Jan 21, 2015
1 parent 52e2120 commit 2d2953a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ before_script:
- ln -s $(readlink -e $(cd -)) message/drupal/sites/all/modules/message
- cd message/drupal
- drush --yes pm-enable message
- drush dl entity_token

# start a web server on port 8080, run in the background; wait for initialization
- drush runserver 127.0.0.1:8080 &
Expand Down
1 change: 1 addition & 0 deletions message.test
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ class MessageArgumentsTestCase extends DrupalWebTestCase {
* Testing ctools message arguments plugin.
*/
public function testCtoolsArguments() {
debug(entity_get_info());
// $query = new EntityFieldQuery();
// $reqults = $query
// ->entityCondition('entity_type', 'message_type')
Expand Down

0 comments on commit 2d2953a

Please sign in to comment.