PHP 클래스 AddressBookCheckoutComponentTest, silvershop-core

상속: extends SapphireTest
파일 보기 프로젝트 열기: burnbright/silverstripe-shop

보호된 프로퍼티들

프로퍼티 타입 설명
$address1 Address
$address2 Address
$cart Order
$config CheckoutComponentConfig
$fixtureNewAddress
$fixture_file
$member Member

공개 메소드들

메소드 설명
setUp ( )
testCreateNewAddress ( )
testIncompleteNewAddress ( )
testShouldNotCreateBlankAddresses ( )
testShouldRejectExistingIfNotLoggedIn ( )
testShouldRejectExistingIfNotOwnedByMember ( )
testUseExistingAddress ( )

메소드 상세

setUp() 공개 메소드

public setUp ( )

testCreateNewAddress() 공개 메소드

testIncompleteNewAddress() 공개 메소드

testShouldNotCreateBlankAddresses() 공개 메소드

testShouldRejectExistingIfNotLoggedIn() 공개 메소드

testShouldRejectExistingIfNotOwnedByMember() 공개 메소드

testUseExistingAddress() 공개 메소드

프로퍼티 상세

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

protected Address $address1
리턴 Address

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

protected Address $address2
리턴 Address

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

protected Order $cart
리턴 Order

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

protected CheckoutComponentConfig $config
리턴 CheckoutComponentConfig

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

protected $fixtureNewAddress

$fixture_file 보호되어 있는 정적으로 프로퍼티

protected static $fixture_file

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

protected Member $member
리턴 Member