You are here

public function NoAuthEndpointTestRunner::setUp in Services 6.3

Implementation of setUp().

Overrides ServicesEndpointTests::setUp

File

tests/functional/NoAuthEndpointTestRunner.test, line 25
This subclass runs the tests with setUp set for services using no authentication. Tests are to be held in the parent class.

Class

NoAuthEndpointTestRunner
Sets conditions for a no-authentication set of endpoint test runs.

Code

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