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

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 ( )
testInvalidCharge_Blank ( )
testInvalidCharge_HasMinus ( )
testInvalidCharge_NotNumeric ( )
testInvalidCharge_TooLarge ( )
testInvalidRuleMax_HasMinus ( )
testInvalidRuleMax_NotNumeric ( )
testInvalidRuleMax_TooLarge ( )
testInvalidRuleMin_HasMinus ( )
testInvalidRuleMin_NotNumeric ( )
testInvalidRuleMin_TooLarge ( )
testValidData ( )

Method Details

setUp() public method

public setUp ( )

testInvalidCharge_Blank() public method

testInvalidCharge_HasMinus() public method

testInvalidCharge_NotNumeric() public method

testInvalidCharge_TooLarge() public method

testInvalidRuleMax_HasMinus() public method

testInvalidRuleMax_NotNumeric() public method

testInvalidRuleMax_TooLarge() public method

testInvalidRuleMin_HasMinus() public method

testInvalidRuleMin_NotNumeric() public method

testInvalidRuleMin_TooLarge() public method

testValidData() public method

public testValidData ( )

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