class OrderDetailTypeTest extends AbstractTypeTestCase

Properties

protected Application $app
protected FormInterface $form
protected array $formData

Methods

setUp()

No description

tearDown()

No description

testInValidData()

No description

testInvalidPrice_Blank()

No description

testInvalidPrice_NotNumeric()

No description

testValidPrice_HasMinus()

No description

testInvalidQuantity_Blank()

No description

testInvalidQuantity_HasMinus()

No description

testInvalidTaxRate_Blank()

No description

testInvalidTaxRate_HasMinus()

No description

Details

at line 45
setUp()

in AbstractTypeTestCase at line 43
protected tearDown()

at line 58
testInValidData()

at line 65
testInvalidPrice_Blank()

at line 74
testInvalidPrice_OverMaxLength()

at line 83
testInvalidPrice_NotNumeric()

at line 92
testValidPrice_HasMinus()

at line 101
testInvalidQuantity_Blank()

at line 110
testInvalidQuantity_OverMaxLength()

at line 119
testInvalidQuantity_NotNumeric()

at line 128
testInvalidQuantity_HasMinus()

at line 137
testInvalidTaxRate_Blank()

at line 146
testInvalidTaxRate_OverMaxLength()

at line 155
testInvalidTaxRate_NotNumeric()

at line 164
testInvalidTaxRate_HasMinus()