function DisqusAPITest::test_posts_create_missing_message in Drupal Most Popular 7
@expectedException Exception
File
- modules/
mostpopular_disqus/ disqusapi/ tests/ disqusapi.php, line 53
Class
Code
function test_posts_create_missing_message() {
$api = new DisqusAPI($this->secret);
$api->posts
->create(array(
'foo' => 'bar',
));
}