PHP 클래스 Tests\PHPSA\Compiler\Expression\BinaryOp\NotIndenticalTest

상속: extends Tests\PHPSA\TestCase
파일 보기 프로젝트 열기: ovr/phpsa

공개 메소드들

메소드 설명
providerForStaticIntToFloatCases ( )
providerForStaticIntToIntCases ( ) : array
testFirstUnexpectedTypes ( ) Tests {left-expr::UNKNOWN} !== {right-expr}
testSecondUnexpectedTypes ( ) Tests {left-expr} !== {right-expr::UNKNOWN}
testStaticFailIntToFloat ( integer $a, integer $b ) Tests (int) {left-expr} !== (float) {right-expr}
testStaticFloatToFloat ( integer $a, integer $b ) Tests (float) {left-expr} !== (float) {right-expr}
testStaticIntToInt ( integer $a, integer $b ) Tests (int) {left-expr} !=== (int) {right-expr}

메소드 상세

providerForStaticIntToFloatCases() 공개 메소드

providerForStaticIntToIntCases() 공개 메소드

testFirstUnexpectedTypes() 공개 메소드

Tests {left-expr::UNKNOWN} !== {right-expr}

testSecondUnexpectedTypes() 공개 메소드

Tests {left-expr} !== {right-expr::UNKNOWN}

testStaticFailIntToFloat() 공개 메소드

Tests (int) {left-expr} !== (float) {right-expr}

testStaticFloatToFloat() 공개 메소드

Tests (float) {left-expr} !== (float) {right-expr}

testStaticIntToInt() 공개 메소드

Tests (int) {left-expr} !=== (int) {right-expr}