Наследование: extends Pinq\Providers\DSL\RepositoryCompilerConfiguration
Пример #1
0
 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());
 }