PHP 클래스 Sokil\Mongo\ExpressionTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: sokil/php-mongo

공개 메소드들

메소드 설명
_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 ( )

메소드 상세

_testWhereElemMatchByANDWithLogicalAnd() 공개 메소드

Merging situations when all except values exual - use $in

setUp() 공개 메소드

public setUp ( )

tearDown() 공개 메소드

public tearDown ( )

testCombinedWhereWithLikeAndNotIn() 공개 메소드

testFileType() 공개 메소드

public testFileType ( )

testGetMongoQuery() 공개 메소드

public testGetMongoQuery ( )

testMerge() 공개 메소드

public testMerge ( )

testSearchInArrayField() 공개 메소드

testWhereArraySize() 공개 메소드

public testWhereArraySize ( )

testWhereElemMatch() 공개 메소드

public testWhereElemMatch ( )

testWhereElemMatchWithLogicalAnd() 공개 메소드

testWhereElemMatchWithLogicalNot() 공개 메소드

testWhereElemMatchWithLogicalOr() 공개 메소드

testWhereElemMatchWithoutHelpers() 공개 메소드

testWhereElemNotMatch() 공개 메소드

testWhereEmpty() 공개 메소드

public testWhereEmpty ( )

testWhereFieldExists() 공개 메소드

testWhereFieldNotExists() 공개 메소드

testWhereGreaterOrEqual() 공개 메소드

testWhereIn() 공개 메소드

public testWhereIn ( )

testWhereLessOrEqual() 공개 메소드

testWhereLike() 공개 메소드

public testWhereLike ( )

testWhereMod() 공개 메소드

public testWhereMod ( )

testWhereNoneOf() 공개 메소드

public testWhereNoneOf ( )

testWhereNor() 공개 메소드

public testWhereNor ( )

testWhereNot() 공개 메소드

public testWhereNot ( )

testWhereNotEmpty() 공개 메소드

public testWhereNotEmpty ( )

testWhereNotIn() 공개 메소드

public testWhereNotIn ( )

testWhereOr() 공개 메소드

public testWhereOr ( )

testWhereText() 공개 메소드

public testWhereText ( )