You are here

function PhoneNumberUITest::setUp in Phone Number 6

File

tests/cck_phone.crud_input.test, line 39
Testing CRUD API for user input.

Class

PhoneNumberUITest
Testing that users can not input bad phone number or country code

Code

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