function ServicesClientPluginsTestCase::setUp in Services Client 7.2
Sets up unit test environment.
Unlike DrupalWebTestCase::setUp(), DrupalUnitTestCase::setUp() does not install modules because tests are performed without accessing the database. Any required files must be explicitly included by the child class setUp() method.
Overrides DrupalUnitTestCase::setUp
File
- tests/
plugin.test, line 18 - Rules tests.
Class
- ServicesClientPluginsTestCase
- @file Rules tests.
Code
function setUp() {
parent::setUp();
}