PHP Class Sokil\Mongo\Pipeline\ExpressionTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: sokil/php-mongo

Public Methods

Method Description
setUp ( )
tearDown ( )
testAdd_ArrayExpressin ( )
testAdd_CallableExpressin ( )
testAdd_Literal ( )
testAll ( )
testAny ( )
testDivide_ArrayExpressin ( )
testDivide_CallableExpressin ( )
testDivide_Literal ( )
testMod_ArrayExpressin ( )
testMod_CallableExpressin ( )
testMod_Literal ( )
testMultiply_ArrayExpressin ( )
testMultiply_CallableExpressin ( )
testMultiply_Literal ( )
testNormalize_Complex ( )
testNormalize_ExpressionCallable ( )
testNormalize_ExpressionObject ( )
testNormalize_Literal ( )
testSubtract_ArrayExpressin ( )
testSubtract_CallableExpressin ( )
testSubtract_Literal ( )

Method Details

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testAdd_ArrayExpressin() public method

testAdd_CallableExpressin() public method

testAdd_Literal() public method

public testAdd_Literal ( )

testAll() public method

public testAll ( )

testAny() public method

public testAny ( )

testDivide_ArrayExpressin() public method

testDivide_CallableExpressin() public method

testDivide_Literal() public method

public testDivide_Literal ( )

testMod_ArrayExpressin() public method

testMod_CallableExpressin() public method

testMod_Literal() public method

public testMod_Literal ( )

testMultiply_ArrayExpressin() public method

testMultiply_CallableExpressin() public method

testMultiply_Literal() public method

testNormalize_Complex() public method

testNormalize_ExpressionCallable() public method

testNormalize_ExpressionObject() public method

testNormalize_Literal() public method

testSubtract_ArrayExpressin() public method

testSubtract_CallableExpressin() public method

testSubtract_Literal() public method