PHP Class Tests\Simple\Undefined\MCall

Show file Open project: ovr/phpsa

Public Methods

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

public a ( ) : mixed
return mixed

c() public method

public c ( ) : mixed
return mixed

simpleAlwaysTrueReturnMethod() public method

simpleStaticMethod() public static method

public static simpleStaticMethod ( ) : boolean
return boolean

testCallFromObjectVariable() public method

public testCallFromObjectVariable ( ) : mixed
return mixed

testCallFromUndefinedVariable() public method

testMethodWithOneRequiredParameter() public method

public testMethodWithOneRequiredParameter ( $var1 ) : mixed
$var1
return mixed

testMethodWithOneRequiredParameterWithoutUsing() public method

testSuccessProperty() public method

public testSuccessProperty ( ) : string
return string

testUnexpectedCallFromArrayVariable() public method

testUnexpectedCallFromFloatVariable() public method

testUnexpectedCallFromIntVariable() public method

testUnexpectedCallOnStaticMethod() public method