You are here

public function RestfulViewEntityTestCase::setUp in RESTful 7.2

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

Overrides DrupalWebTestCase::setUp().

Overrides DrupalWebTestCase::setUp

File

tests/RestfulViewEntityTestCase.test, line 27
Contains \RestfulViewEntityTestCase.

Class

RestfulViewEntityTestCase

Code

public function setUp() {
  parent::setUp('restful_example', 'restful_test', 'entityreference');
  restful_test_add_fields();
}