function RestfulVariableTestCase::setUp in RESTful 7
Same name and namespace in other branches
- 7.2 tests/RestfulVariableTestCase.test \RestfulVariableTestCase::setUp()
Operations before the testing begins.
Overrides DrupalWebTestCase::setUp
File
- tests/
RestfulVariableTestCase.test, line 24 - Contains RestfulVariableTestCase.
Class
- RestfulVariableTestCase
- @file Contains RestfulVariableTestCase.
Code
function setUp() {
parent::setUp('restful_example');
}