PHP Class Phalcon\Test\Unit\Mvc\Model\CriteriaTest

Author: Andres Gutierrez ([email protected])
Author: Serghei Iakovlev ([email protected])
Inheritance: extends Phalcon\Test\Module\UnitTest
Afficher le fichier Open project: phalcon/cphalcon

Méthodes publiques

Méthode Description
testShouldExecuteInWhereQueryWithEmptyArray ( ) Tests Criteria::inWhere with empty array.

Méthodes protégées

Méthode Description
_before ( ) executed before each test

Method Details

_before() protected méthode

executed before each test
protected _before ( )

testShouldExecuteInWhereQueryWithEmptyArray() public méthode

Tests Criteria::inWhere with empty array.
Since: 2016-08-11
Author: Serghei Iakovlev ([email protected])