PHP Class Tests\PHPSA\Compiler\Expression\Operators\Logical\LogicalXorTest

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

Public Methods

Method Description
getDataProvider ( ) : array
testSimpleSuccessCompile ( $a, $b, $c ) Tests {expr} xor {expr} = {expr}
testUnexpectedTypes ( )

Method Details

getDataProvider() public method

public getDataProvider ( ) : array
return array

testSimpleSuccessCompile() public method

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

testUnexpectedTypes() public method

public testUnexpectedTypes ( )