function TwitterTest::setUp in Twitter 6.4
Same name and namespace in other branches
- 6.5 tests/core.test \TwitterTest::setUp()
- 6.3 tests/core.test \TwitterTest::setUp()
- 7.6 tests/core.test \TwitterTest::setUp()
- 7.3 tests/core.test \TwitterTest::setUp()
- 7.4 tests/core.test \TwitterTest::setUp()
- 7.5 tests/core.test \TwitterTest::setUp()
Prepares the testing environment
Overrides DrupalWebTestCase::setUp
File
- tests/
core.test, line 25 - Functional tests for the twitter module without OAuth.
Class
- TwitterTest
- @file Functional tests for the twitter module without OAuth.
Code
function setUp() {
parent::setUp('autoload', 'libraries', 'twitter', 'views', 'twitter_mock');
}