PHP Class Eccube\Tests\Form\Type\Admin\CustomerTypeTest

Inheritance: extends Eccube\Tests\Form\Type\AbstractTypeTestCase
Show file Open project: ec-cube/ec-cube

Protected Properties

Property Type Description
$app Eccube\Application
$form Symfony\Component\Form\FormInterface
$formData デフォルト値(正常系)を設定

Public Methods

Method Description
setUp ( )
testInvalidAddr01_Blank ( )
testInvalidAddr02_Blank ( )
testInvalidEmail_Nihongo ( )
testInvalidEmail_RFC2822 ( )
testInvalidKana01_Blank ( )
testInvalidKana02_Blank ( )
testInvalidName01_Blank ( )
testInvalidName02_Blank ( )
testInvalidNote_Blank ( )
testInvalidPassword_Blank ( )
testInvalidPassword_MaxLength ( )
testInvalidPassword_MinLength ( )
testInvalidPref_Blank ( )
testInvalidStatus_Blank ( )
testInvalidTel_Blank ( )
testInvalidZip01_Blank ( )
testInvalidZip02_Blank ( )
testInvalidemail_Blank ( )
testValidCompanyName_Blank ( )
testValidData ( )
testValidFax_Blank ( )
testValidJob_Blank ( )
testValidPassword_MaxLength ( )
testValidPassword_MinLength ( )
testValidSex_Blank ( )

Method Details

setUp() public method

public setUp ( )

testInvalidAddr01_Blank() public method

testInvalidAddr02_Blank() public method

testInvalidEmail_Nihongo() public method

testInvalidEmail_RFC2822() public method

testInvalidKana01_Blank() public method

testInvalidKana02_Blank() public method

testInvalidName01_Blank() public method

testInvalidName02_Blank() public method

testInvalidNote_Blank() public method

testInvalidPassword_Blank() public method

testInvalidPassword_MaxLength() public method

testInvalidPassword_MinLength() public method

testInvalidPref_Blank() public method

testInvalidStatus_Blank() public method

testInvalidTel_Blank() public method

testInvalidZip01_Blank() public method

testInvalidZip02_Blank() public method

testInvalidemail_Blank() public method

testValidCompanyName_Blank() public method

testValidData() public method

public testValidData ( )

testValidFax_Blank() public method

public testValidFax_Blank ( )

testValidJob_Blank() public method

public testValidJob_Blank ( )

testValidPassword_MaxLength() public method

testValidPassword_MinLength() public method

testValidSex_Blank() public method

public testValidSex_Blank ( )

Property Details

$app protected property

protected Application,Eccube $app
return Eccube\Application

$form protected property

protected FormInterface,Symfony\Component\Form $form
return Symfony\Component\Form\FormInterface

$formData protected property

デフォルト値(正常系)を設定
protected $formData