PHP 클래스 CakeDC\Users\Test\TestCase\Shell\UsersShellTest

상속: extends Cake\TestSuite\TestCase
파일 보기 프로젝트 열기: cakedc/users

공개 프로퍼티들

프로퍼티 타입 설명
$fixtures array Fixtures

공개 메소드들

메소드 설명
setUp ( ) : void Set up
tearDown ( ) : void Tear Down
testActivateUser ( ) : void Activate user
testAddSuperuser ( ) : void Add superadmin user
testAddUser ( ) : void Add user test Adding user with username, email and password
testAddUserWithNoParams ( ) : void Add user test Adding user passing no params
testChangeRole ( ) : void Change role
testDeleteUser ( ) : void Delete user
testResetAllPasswords ( ) : void Reset all passwords
testResetAllPasswordsNoPassingParams ( ) : void Reset all passwords
testResetPassword ( ) : void Reset password

메소드 상세

setUp() 공개 메소드

Set up
public setUp ( ) : void
리턴 void

tearDown() 공개 메소드

Tear Down
public tearDown ( ) : void
리턴 void

testActivateUser() 공개 메소드

Activate user
public testActivateUser ( ) : void
리턴 void

testAddSuperuser() 공개 메소드

Add superadmin user
public testAddSuperuser ( ) : void
리턴 void

testAddUser() 공개 메소드

Add user test Adding user with username, email and password
public testAddUser ( ) : void
리턴 void

testAddUserWithNoParams() 공개 메소드

Add user test Adding user passing no params
public testAddUserWithNoParams ( ) : void
리턴 void

testChangeRole() 공개 메소드

Change role
public testChangeRole ( ) : void
리턴 void

testDeleteUser() 공개 메소드

Delete user
public testDeleteUser ( ) : void
리턴 void

testResetAllPasswords() 공개 메소드

Reset all passwords
public testResetAllPasswords ( ) : void
리턴 void

testResetAllPasswordsNoPassingParams() 공개 메소드

Reset all passwords

testResetPassword() 공개 메소드

Reset password
public testResetPassword ( ) : void
리턴 void

프로퍼티 상세

$fixtures 공개적으로 프로퍼티

Fixtures
public array $fixtures
리턴 array