Pinq\Tests\Integration\Providers\DSL\DSLCompilationProviderTest::setUp PHP Метод

setUp() защищенный Метод

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        /** @var $provider Implementation\DummyDSLQueryProvider */
        $provider = $this->queryable->getProvider();
        $this->compilerConfiguration = $provider->getCompilerConfiguration();
        $this->compiledQueryCache = $this->compilerConfiguration->getCompiledQueryCache($this->queryable->getSourceInfo());
    }