You are here

function LinkUITest::setUp in Link 6.2

Implementation of setUp().

File

tests/link.crud_browser.test, line 42
Testing CRUD API in the browser.

Class

LinkUITest
Testing that users can not input bad URLs or labels

Code

function setUp() {
  parent::setUp('content', 'link');
}