PHP Class Tests\PHPSA\Compiler\Expression\Operators\Bitwise\ShiftRightTest

Inheritance: extends Tests\PHPSA\TestCase
Show file Open project: ovr/phpsa

Public Methods

Method Description
getDataProvider ( ) : array
testSimpleSuccessCompile ( $a, $b, $c ) Tests {expr} >> {expr} = {expr}
testUnexpectedTypeFirstArg ( )
testUnexpectedTypeSecondArg ( )

Method Details

getDataProvider() public method

public getDataProvider ( ) : array
return array

testSimpleSuccessCompile() public method

Tests {expr} >> {expr} = {expr}
public testSimpleSuccessCompile ( $a, $b, $c )

testUnexpectedTypeFirstArg() public method

testUnexpectedTypeSecondArg() public method