You are here

public function CriteriaTest::testExpr in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/collections/tests/Doctrine/Tests/Common/Collections/CriteriaTest.php \Doctrine\Tests\Common\Collections\CriteriaTest::testExpr()

File

vendor/doctrine/collections/tests/Doctrine/Tests/Common/Collections/CriteriaTest.php, line 79

Class

CriteriaTest

Namespace

Doctrine\Tests\Common\Collections

Code

public function testExpr() {
  $this
    ->assertInstanceOf('Doctrine\\Common\\Collections\\ExpressionBuilder', Criteria::expr());
}