function PhoneNumberContentCrudTest::setUp in Phone Number 6
File
- tests/
cck_phone.crud.test, line 21 - Basic CRUD simpletests for the cck_phone module, based off of content.crud.test in CCK.
Class
Code
function setUp() {
parent::setUp('cck_phone');
$this
->loginWithPermissions();
}