You are here

public function RestfulDbQueryTestCase::setUp in RESTful 7.2

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

Operations before the testing begins.

Overrides DrupalWebTestCase::setUp

File

tests/RestfulDbQueryTestCase.test, line 34
Contains RestfulDbQueryTestCase.

Class

RestfulDbQueryTestCase

Code

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