You are here

function RestfulDbQueryTestCase::setUp in RESTful 7

Same name and namespace in other branches
  1. 7.2 tests/RestfulDbQueryTestCase.test \RestfulDbQueryTestCase::setUp()

Operations before the testing begins.

Overrides DrupalWebTestCase::setUp

File

tests/RestfulDbQueryTestCase.test, line 31
Contains RestfulDbQueryTestCase.

Class

RestfulDbQueryTestCase
@file Contains RestfulDbQueryTestCase.

Code

function setUp() {
  parent::setUp('restful_test');
}