You are here

function LinkContentCrudTest::setUp in Link 6

Same name and namespace in other branches
  1. 6.2 tests/link.crud.test \LinkContentCrudTest::setUp()

File

tests/link.crud.test, line 21
Basic CRUD simpletests for the link module, based off of content.crud.test in CCK.

Class

LinkContentCrudTest

Code

function setUp() {
  parent::setUp('link', 'views');
  $this
    ->loginWithPermissions();
}