You are here

public function PatternsUserTestCase::testCreateModifyDelete in Patterns 7.2

Same name and namespace in other branches
  1. 7 tests/user/user.test \PatternsUserTestCase::testCreateModifyDelete()

File

tests/user/user.test, line 32
SimpleTests for the User component of Patterns. TODO: permissions.

Class

PatternsUserTestCase
@file SimpleTests for the User component of Patterns. TODO: permissions.

Code

public function testCreateModifyDelete() {
  $this
    ->testRoleCreate();
  $this
    ->testRoleModify();
  $this
    ->testRoleDelete();

  //@TO-DO: Disable temporarily due to login issue. Ref: http://drupal.org/node/394976

  //$this->testPermissionModify();

  //$this->testPermissionModifyUserCreate();
}