function TwitterOAuthTest::setUp in Twitter 6.3
Prepares the testing environment
Overrides DrupalWebTestCase::setUp
File
- tests/
core_oauth.test, line 25 - Functional tests for the twitter module using OAuth.
Class
- TwitterOAuthTest
- @file Functional tests for the twitter module using OAuth.
Code
function setUp() {
parent::setUp('autoload', 'twitter', 'views', 'oauth_common', 'twitter_mock');
}