Method |
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 |
|