PHP Class Webmozart\Expression\Tests\Logic\DisjunctionTest

Since: 1.0
Author: Bernhard Schussek ([email protected])
Inheritance: extends PHPUnit_Framework_TestCas\PHPUnit_Framework_TestCase
Show file Open project: webmozart/expression

Public Methods

Method Description
testCreate ( )
testCreateInlinesDisjunctions ( )
testEquivalentTo ( )
testEvaluate ( )
testOr ( $method, $args, $expected )
testOrFalseIgnored ( )
testOrTrueReturnsTrue ( )
testOrX ( )
testOrXIgnoresDuplicates ( )
testOrXIgnoresFalse ( )
testOrXInlinesDisjunctions ( )
testOrXReturnsTrue ( )
testToString ( )

Method Details

testCreate() public method

public testCreate ( )

testCreateInlinesDisjunctions() public method

testEquivalentTo() public method

public testEquivalentTo ( )

testEvaluate() public method

public testEvaluate ( )

testOr() public method

public testOr ( $method, $args, $expected )

testOrFalseIgnored() public method

public testOrFalseIgnored ( )

testOrTrueReturnsTrue() public method

testOrX() public method

public testOrX ( )

testOrXIgnoresDuplicates() public method

testOrXIgnoresFalse() public method

public testOrXIgnoresFalse ( )

testOrXInlinesDisjunctions() public method

testOrXReturnsTrue() public method

public testOrXReturnsTrue ( )

testToString() public method

public testToString ( )