public function PatternsUserTestCase::testCreateModifyDelete in Patterns 7
Same name and namespace in other branches
- 7.2 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();
// $this->testUserCreate();
// $this->testUserModify();
// $this->testUserDelete();
}