You are here

public function NodeaccesssGrantTabTestCase::setUp in Nodeaccess 7

Enable the nodeaccess module.

Overrides DrupalWebTestCase::setUp

File

tests/nodeaccess_grant.test, line 16
Tests for the nodeaccess module.

Class

NodeaccesssGrantTabTestCase
Tests the functionality of the nodeaccess module.

Code

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