PHP Class BootstrapUI\Test\TestCase\View\Helper\FormHelperTest

Inheritance: extends Cake\TestSuite\TestCase
Afficher le fichier Open project: friendsofcake/bootstrap-ui

Méthodes publiques

Свойство Type Description
$Form BootstrapUI\View\Helper\FormHelper
$View Cake\View\View
$article array

Méthodes publiques

Méthode Description
setUp ( )
tearDown ( )
testAddOnAppendedInput ( )
testAddOnPrependedInput ( )
testArrayLabelledTextInput ( )
testBasicButton ( )
testBasicCheckboxInput ( )
testBasicFormCreate ( )
testBasicFormSubmit ( )
testBasicPasswordInput ( )
testBasicRadioInput ( )
testBasicTextInput ( )
testButtonAppendedInput ( )
testButtonPrependedInput ( )
testCustomGrid ( )
testErroredTextInput ( )
testFormControlClassInjection ( ) : void Test that "form-control" class is added when using methods for specific input.
testFormCreateWithTemplatesFile ( )
testHelpText ( )
testHelpTextHorizontal ( )
testHorizontalFormCreate ( )
testHorizontalFormCreateFromConfig ( )
testInlineCheckboxInput ( )
testInlineFormCreate ( )
testInlineRadioInput ( )
testInlineRadioInputHorizontal ( )
testLabelledTextInput ( )
testMultipleCheckboxInput ( )
testNoLabelTextInput ( )
testPrimaryStyledButton ( )
testRadioInputCustomTemplate ( ) : void https://github.com/FriendsOfCake/bootstrap-ui/pull/113
testRadioInputHorizontal ( )
testRequiredTextInput ( )
testSelectInput ( )
testSelectMultipleCheckbox ( )
testStaticControl ( )
testStyledButton ( )
testStyledFormSubmit ( )

Method Details

setUp() public méthode

public setUp ( )

tearDown() public méthode

public tearDown ( )

testAddOnAppendedInput() public méthode

testAddOnPrependedInput() public méthode

testArrayLabelledTextInput() public méthode

testBasicButton() public méthode

public testBasicButton ( )

testBasicCheckboxInput() public méthode

testBasicFormCreate() public méthode

public testBasicFormCreate ( )

testBasicFormSubmit() public méthode

public testBasicFormSubmit ( )

testBasicPasswordInput() public méthode

testBasicRadioInput() public méthode

public testBasicRadioInput ( )

testBasicTextInput() public méthode

public testBasicTextInput ( )

testButtonAppendedInput() public méthode

testButtonPrependedInput() public méthode

testCustomGrid() public méthode

public testCustomGrid ( )

testErroredTextInput() public méthode

testFormControlClassInjection() public méthode

Test that "form-control" class is added when using methods for specific input.
public testFormControlClassInjection ( ) : void
Résultat void

testFormCreateWithTemplatesFile() public méthode

testHelpText() public méthode

public testHelpText ( )

testHelpTextHorizontal() public méthode

testHorizontalFormCreate() public méthode

testHorizontalFormCreateFromConfig() public méthode

testInlineCheckboxInput() public méthode

testInlineFormCreate() public méthode

testInlineRadioInput() public méthode

testInlineRadioInputHorizontal() public méthode

testLabelledTextInput() public méthode

testMultipleCheckboxInput() public méthode

testNoLabelTextInput() public méthode

testPrimaryStyledButton() public méthode

testRadioInputCustomTemplate() public méthode

https://github.com/FriendsOfCake/bootstrap-ui/pull/113
public testRadioInputCustomTemplate ( ) : void
Résultat void

testRadioInputHorizontal() public méthode

testRequiredTextInput() public méthode

testSelectInput() public méthode

public testSelectInput ( )

testSelectMultipleCheckbox() public méthode

testStaticControl() public méthode

public testStaticControl ( )

testStyledButton() public méthode

public testStyledButton ( )

testStyledFormSubmit() public méthode

Property Details

$Form public_oe property

public FormHelper,BootstrapUI\View\Helper $Form
Résultat BootstrapUI\View\Helper\FormHelper

$View public_oe property

public View,Cake\View $View
Résultat Cake\View\View

$article public_oe property

public array $article
Résultat array