You are here

protected function ClosureExpressionVisitorTest::setUp in Plug 7

File

lib/doctrine/collections/tests/Doctrine/Tests/Common/Collections/ClosureExpressionVisitorTest.php, line 40

Class

ClosureExpressionVisitorTest
@group DDC-1637

Namespace

Doctrine\Tests\Common\Collections

Code

protected function setUp() {
  $this->visitor = new ClosureExpressionVisitor();
  $this->builder = new ExpressionBuilder();
}