PHP 클래스 Redaxscript\Tests\Controller\InstallTest

부터: 3.0.0
저자: Balázs Szilágyi
파일 보기 프로젝트 열기: redaxmedia/redaxscript

보호된 프로퍼티들

프로퍼티 타입 설명
$_config object instance of the config class
$_configArray array array to restore config
$_language object instance of the language class
$_registry object instance of the registry class
$_request object instance of the request class

공개 메소드들

메소드 설명
providerInstall ( ) : array providerInstall
providerMailFailure ( ) : array providerMailFailure
providerProcess ( ) : array providerProcess
providerValidateAccount ( ) : array providerValidateAccount
providerValidateDatabase ( ) : array providerValidateDatabase
setUp ( ) setUp
setUpBeforeClass ( ) setUpBeforeClass
tearDown ( ) tearDown
testInstall ( array $installArray = [], string $expect = null ) testInstall
testMailFailure ( array $postArray = [], string $expect = null ) testMailFailure
testProcess ( array $postArray = [], string $expect = null ) testProcess
testValidateAccount ( array $postArray = [], string $expect = null ) testValidateAccount
testValidateDatabase ( array $postArray = [], string $expect = null ) testValidateDatabase

메소드 상세

providerInstall() 공개 메소드

providerInstall
부터: 3.0.0
public providerInstall ( ) : array
리턴 array

providerMailFailure() 공개 메소드

providerMailFailure
부터: 3.0.0
public providerMailFailure ( ) : array
리턴 array

providerProcess() 공개 메소드

providerProcess
부터: 3.0.0
public providerProcess ( ) : array
리턴 array

providerValidateAccount() 공개 메소드

providerValidateAccount
부터: 3.0.0
public providerValidateAccount ( ) : array
리턴 array

providerValidateDatabase() 공개 메소드

providerValidateDatabase
부터: 3.0.0
public providerValidateDatabase ( ) : array
리턴 array

setUp() 공개 메소드

setUp
부터: 3.0.0
public setUp ( )

setUpBeforeClass() 공개 정적인 메소드

setUpBeforeClass
부터: 3.0.0
public static setUpBeforeClass ( )

tearDown() 공개 메소드

tearDown
부터: 3.0.0
public tearDown ( )

testInstall() 공개 메소드

testInstall
부터: 3.0.0
public testInstall ( array $installArray = [], string $expect = null )
$installArray array
$expect string

testMailFailure() 공개 메소드

testMailFailure
부터: 3.0.0
public testMailFailure ( array $postArray = [], string $expect = null )
$postArray array
$expect string

testProcess() 공개 메소드

testProcess
부터: 3.0.0
public testProcess ( array $postArray = [], string $expect = null )
$postArray array
$expect string

testValidateAccount() 공개 메소드

testValidateAccount
부터: 3.0.0
public testValidateAccount ( array $postArray = [], string $expect = null )
$postArray array
$expect string

testValidateDatabase() 공개 메소드

testValidateDatabase
부터: 3.0.0
public testValidateDatabase ( array $postArray = [], string $expect = null )
$postArray array
$expect string

프로퍼티 상세

$_config 보호되어 있는 프로퍼티

instance of the config class
protected object $_config
리턴 object

$_configArray 보호되어 있는 프로퍼티

array to restore config
protected array $_configArray
리턴 array

$_language 보호되어 있는 프로퍼티

instance of the language class
protected object $_language
리턴 object

$_registry 보호되어 있는 프로퍼티

instance of the registry class
protected object $_registry
리턴 object

$_request 보호되어 있는 프로퍼티

instance of the request class
protected object $_request
리턴 object