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

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

Public Methods

Method Description
testShouldExecuteInWhereQueryWithEmptyArray ( ) Tests Criteria::inWhere with empty array.

Protected Methods

Method Description
_before ( ) executed before each test

Method Details

_before() protected method

executed before each test
protected _before ( )

testShouldExecuteInWhereQueryWithEmptyArray() public method

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