You are here

public function ServicesEndpointTests::setUp in Services 6.3

Implementation of setUp().

Overrides DrupalWebTestCase::setUp

1 call to ServicesEndpointTests::setUp()
NoAuthEndpointTestRunner::setUp in tests/functional/NoAuthEndpointTestRunner.test
Implementation of setUp().
1 method overrides ServicesEndpointTests::setUp()
NoAuthEndpointTestRunner::setUp in tests/functional/NoAuthEndpointTestRunner.test
Implementation of setUp().

File

tests/functional/ServicesEndpointTests.test, line 20

Class

ServicesEndpointTests
Run test cases for the endpoint with no authentication turned on.

Code

public function setUp() {
  parent::setUp('autoload', 'ctools', 'services', 'rest_server', 'inputstream');
}