PHP 클래스 N98\Magento\Command\Customer\DeleteCommandTest

상속: extends N98\Magento\Command\PHPUnit\TestCase
파일 보기 프로젝트 열기: netz98/n98-magerun

보호된 프로퍼티들

프로퍼티 타입 설명
$application
$command
$customerCollection
$customerModel
$dialog
$parameter
$website

공개 메소드들

메소드 설명
setUp ( )
testBatchDelete ( )
testBatchDeleteGetsCustomerCollection ( )
testCanDeleteByEmail ( )
testCanDeleteById ( )
testCustomerNotFound ( )
testDeleteFailed ( )
testPromptAllCanDeleteAll ( )
testPromptDeleteAllAndDeleteRangeAndAbort ( )
testPromptForCustomerIdAndDelete ( )
testPromptRangeCanDeleteRange ( )
testRangeDeleteGetsCustomerCollection ( )
testShouldRemovePromptAllowsDeletion ( )
testShouldRemoveStopsDeletion ( )
testValidateInt ( )

보호된 메소드들

메소드 설명
getCustomerCollection ( array $methods )
getCustomerModel ( array $methods )
getModelClassName ( $mage1Code, $mage2Code )
getResourceClassName ( $mage1Code, $mage2Code )

메소드 상세

getCustomerCollection() 보호된 메소드

protected getCustomerCollection ( array $methods )
$methods array

getCustomerModel() 보호된 메소드

protected getCustomerModel ( array $methods )
$methods array

getModelClassName() 보호된 메소드

protected getModelClassName ( $mage1Code, $mage2Code )

getResourceClassName() 보호된 메소드

protected getResourceClassName ( $mage1Code, $mage2Code )

setUp() 공개 메소드

public setUp ( )

testBatchDelete() 공개 메소드

public testBatchDelete ( )

testBatchDeleteGetsCustomerCollection() 공개 메소드

testCanDeleteByEmail() 공개 메소드

testCanDeleteById() 공개 메소드

public testCanDeleteById ( )

testCustomerNotFound() 공개 메소드

testDeleteFailed() 공개 메소드

public testDeleteFailed ( )

testPromptAllCanDeleteAll() 공개 메소드

testPromptDeleteAllAndDeleteRangeAndAbort() 공개 메소드

testPromptForCustomerIdAndDelete() 공개 메소드

testPromptRangeCanDeleteRange() 공개 메소드

testRangeDeleteGetsCustomerCollection() 공개 메소드

testShouldRemovePromptAllowsDeletion() 공개 메소드

testShouldRemoveStopsDeletion() 공개 메소드

testValidateInt() 공개 메소드

public testValidateInt ( )

프로퍼티 상세

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

protected $application

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

protected $command

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

protected $customerCollection

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

protected $customerModel

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

protected $dialog

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

protected $parameter

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

protected $website