PHP Class Eccube\Tests\Web\Admin\Setting\Shop\SecurityControllerTest

Show file Open project: ec-cube/ec-cube

Protected Properties

Property Type Description
$configFile
$configFileReal
$ipTest
$pathFile
$pathFileReal

Public Methods

Method Description
createFormData ( ) : array Submit form
setUp ( ) Setup before test
testRouting ( ) Routing test
testSubmit ( ) Submit test
testSubmitEmpty ( ) Submit when empty

Method Details

createFormData() public method

Submit form
public createFormData ( ) : array
return array

setUp() public method

Setup before test
public setUp ( )

testRouting() public method

Routing test
public testRouting ( )

testSubmit() public method

Submit test
public testSubmit ( )

testSubmitEmpty() public method

Submit when empty
public testSubmitEmpty ( )

Property Details

$configFile protected property

protected $configFile

$configFileReal protected property

protected $configFileReal

$ipTest protected property

protected $ipTest

$pathFile protected property

protected $pathFile

$pathFileReal protected property

protected $pathFileReal