PHP Class Tests\Simple\Undefined\MCall

Afficher le fichier Open project: ovr/phpsa

Méthodes publiques

Méthode Description
a ( ) : mixed
c ( ) : mixed
simpleAlwaysTrueReturnMethod ( ) : boolean
simpleStaticMethod ( ) : boolean
testCallFromObjectVariable ( ) : mixed
testCallFromUndefinedVariable ( ) : mixed
testMethodWithOneRequiredParameter ( $var1 ) : mixed
testMethodWithOneRequiredParameterWithoutUsing ( $var1 ) : boolean
testSuccessProperty ( ) : string
testUnexpectedCallFromArrayVariable ( ) : mixed
testUnexpectedCallFromFloatVariable ( ) : mixed
testUnexpectedCallFromIntVariable ( ) : mixed
testUnexpectedCallOnStaticMethod ( ) : mixed

Method Details

a() public méthode

public a ( ) : mixed
Résultat mixed

c() public méthode

public c ( ) : mixed
Résultat mixed

simpleAlwaysTrueReturnMethod() public méthode

simpleStaticMethod() public static méthode

public static simpleStaticMethod ( ) : boolean
Résultat boolean

testCallFromObjectVariable() public méthode

public testCallFromObjectVariable ( ) : mixed
Résultat mixed

testCallFromUndefinedVariable() public méthode

public testCallFromUndefinedVariable ( ) : mixed
Résultat mixed

testMethodWithOneRequiredParameter() public méthode

public testMethodWithOneRequiredParameter ( $var1 ) : mixed
$var1
Résultat mixed

testMethodWithOneRequiredParameterWithoutUsing() public méthode

testSuccessProperty() public méthode

public testSuccessProperty ( ) : string
Résultat string

testUnexpectedCallFromArrayVariable() public méthode

testUnexpectedCallFromFloatVariable() public méthode

testUnexpectedCallFromIntVariable() public méthode

testUnexpectedCallOnStaticMethod() public méthode