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

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 ( )
testInValidAuthor_MaxLength ( )
testInValidDescription_MaxLength ( )
testInValidFileName_Blank ( )
testInValidFileName_ContinuousSlash ( )
testInValidFileName_DuplicateSlash ( )
testInValidFileName_MaxLength ( )
testInValidFileName_StartsWithSlash ( )
testInValidKeyword_MaxLength ( )
testInValidMetaRobots_MaxLength ( )
testInValidName_Blank ( )
testInValidName_MaxLength ( )
testInValidUrl_Blank ( )
testInValidUrl_ContinuousSlash ( )
testInValidUrl_DuplicateUrl ( )
testInValidUrl_EndsWithSlash ( )
testInValidUrl_MaxLength ( )
testInValidUrl_StartsWithSlash ( )
testValidAuthor_Blank ( )
testValidData ( )
testValidDescription_Blank ( )
testValidFileName_EndsWithSlash ( )
testValidFileName_Slash ( )
testValidFileName_Symbol ( )
testValidKeyword_Blank ( )
testValidMetaRobots_Blank ( )
testValidTplData_Blank ( )
testValidUrl_Slash ( )
testValidUrl_Symbol ( )

Method Details

setUp() public method

public setUp ( )

testInValidAuthor_MaxLength() public method

testInValidDescription_MaxLength() public method

testInValidFileName_Blank() public method

testInValidFileName_ContinuousSlash() public method

testInValidFileName_DuplicateSlash() public method

testInValidFileName_MaxLength() public method

testInValidFileName_StartsWithSlash() public method

testInValidKeyword_MaxLength() public method

testInValidMetaRobots_MaxLength() public method

testInValidName_Blank() public method

testInValidName_MaxLength() public method

testInValidUrl_Blank() public method

testInValidUrl_ContinuousSlash() public method

testInValidUrl_DuplicateUrl() public method

testInValidUrl_EndsWithSlash() public method

testInValidUrl_MaxLength() public method

testInValidUrl_StartsWithSlash() public method

testValidAuthor_Blank() public method

testValidData() public method

public testValidData ( )

testValidDescription_Blank() public method

testValidFileName_EndsWithSlash() public method

testValidFileName_Slash() public method

testValidFileName_Symbol() public method

testValidKeyword_Blank() public method

testValidMetaRobots_Blank() public method

testValidTplData_Blank() public method

testValidUrl_Slash() public method

public testValidUrl_Slash ( )

testValidUrl_Symbol() public method

public testValidUrl_Symbol ( )

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