You are here

function DisqusAPITest::test_invalid_function in Drupal Most Popular 7

@expectedException DisqusInterfaceNotDefined

File

modules/mostpopular_disqus/disqusapi/tests/disqusapi.php, line 37

Class

DisqusAPITest

Code

function test_invalid_function() {
  $api = new DisqusAPI();
  $api->users
    ->foo(array(
    'foo' => 'bar',
  ));
}