PHP Class SimpleTest

Afficher le fichier Open project: netresearch/jsonmapper Class Usage Examples

Méthodes publiques

Méthode Description
testMapSimpleBool ( ) Test for "@var bool"
testMapSimpleBoolean ( ) Test for "@var boolean"
testMapSimpleFloat ( ) Test for "@var float"
testMapSimpleHyphen ( ) Variable with hyphen (-)
testMapSimpleHyphenSetter ( ) Variable with hyphen and a setter method
testMapSimpleInt ( ) Test for "@var int"
testMapSimpleInteger ( ) Test for "@var integer"
testMapSimpleMixed ( ) Test for "@var mixed"
testMapSimpleNoType ( ) Test for variable with no @var annotation
testMapSimpleNullableInt ( ) Test for "@var int|null" with int value
testMapSimpleNullableNull ( ) Test for "@var int|null" with null value
testMapSimpleNullableWrong ( ) Test for "@var int|null" with string value
testMapSimpleString ( ) Test for "@var string"
testMapSimpleUnderscore ( ) Variable with an underscore
testMapSimpleUnderscoreSetter ( ) Variable with an underscore and a setter method

Method Details

testMapSimpleBool() public méthode

Test for "@var bool"
public testMapSimpleBool ( )

testMapSimpleBoolean() public méthode

Test for "@var boolean"

testMapSimpleFloat() public méthode

Test for "@var float"
public testMapSimpleFloat ( )

testMapSimpleHyphen() public méthode

Variable with hyphen (-)
public testMapSimpleHyphen ( )

testMapSimpleHyphenSetter() public méthode

Variable with hyphen and a setter method

testMapSimpleInt() public méthode

Test for "@var int"
public testMapSimpleInt ( )

testMapSimpleInteger() public méthode

Test for "@var integer"

testMapSimpleMixed() public méthode

Test for "@var mixed"
public testMapSimpleMixed ( )

testMapSimpleNoType() public méthode

Test for variable with no @var annotation
public testMapSimpleNoType ( )

testMapSimpleNullableInt() public méthode

Test for "@var int|null" with int value

testMapSimpleNullableNull() public méthode

Test for "@var int|null" with null value

testMapSimpleNullableWrong() public méthode

Test for "@var int|null" with string value

testMapSimpleString() public méthode

Test for "@var string"
public testMapSimpleString ( )

testMapSimpleUnderscore() public méthode

Variable with an underscore

testMapSimpleUnderscoreSetter() public méthode

Variable with an underscore and a setter method