PHP Class Sokil\Mongo\ExpressionTest

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

Public Methods

Method Description
_testWhereElemMatchByANDWithLogicalAnd ( ) Merging situations when all except values exual - use $in
setUp ( )
tearDown ( )
testCombinedWhereWithLikeAndNotIn ( )
testFileType ( )
testGetMongoQuery ( )
testMerge ( )
testSearchInArrayField ( )
testTwoWhereOr ( )
testWhereArraySize ( )
testWhereElemMatch ( )
testWhereElemMatchWithLogicalAnd ( )
testWhereElemMatchWithLogicalNot ( )
testWhereElemMatchWithLogicalOr ( )
testWhereElemMatchWithoutHelpers ( )
testWhereElemNotMatch ( )
testWhereEmpty ( )
testWhereFieldExists ( )
testWhereFieldNotExists ( )
testWhereGreaterOrEqual ( )
testWhereIn ( )
testWhereLessOrEqual ( )
testWhereLike ( )
testWhereMod ( )
testWhereNoneOf ( )
testWhereNor ( )
testWhereNot ( )
testWhereNotEmpty ( )
testWhereNotIn ( )
testWhereOr ( )
testWhereText ( )

Method Details

_testWhereElemMatchByANDWithLogicalAnd() public method

Merging situations when all except values exual - use $in

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testCombinedWhereWithLikeAndNotIn() public method

testFileType() public method

public testFileType ( )

testGetMongoQuery() public method

public testGetMongoQuery ( )

testMerge() public method

public testMerge ( )

testSearchInArrayField() public method

testWhereArraySize() public method

public testWhereArraySize ( )

testWhereElemMatch() public method

public testWhereElemMatch ( )

testWhereElemMatchWithLogicalAnd() public method

testWhereElemMatchWithLogicalNot() public method

testWhereElemMatchWithLogicalOr() public method

testWhereElemMatchWithoutHelpers() public method

testWhereElemNotMatch() public method

testWhereEmpty() public method

public testWhereEmpty ( )

testWhereFieldExists() public method

testWhereFieldNotExists() public method

testWhereGreaterOrEqual() public method

testWhereIn() public method

public testWhereIn ( )

testWhereLessOrEqual() public method

testWhereLike() public method

public testWhereLike ( )

testWhereMod() public method

public testWhereMod ( )

testWhereNoneOf() public method

public testWhereNoneOf ( )

testWhereNor() public method

public testWhereNor ( )

testWhereNot() public method

public testWhereNot ( )

testWhereNotEmpty() public method

public testWhereNotEmpty ( )

testWhereNotIn() public method

public testWhereNotIn ( )

testWhereOr() public method

public testWhereOr ( )

testWhereText() public method

public testWhereText ( )