protected function setUp()
 {
     $test = new ConnectorTest();
     $this->collection = $test->testCollection();
     $facade = new Provider($this->collection);
     $this->repo = $facade->createRepository($this->createBuilder());
 }
Example #2
0
 protected function setUp()
 {
     $this->refl = new \ReflectionClass('tests\\Yuurei\\Fixtures\\Branch');
     $test = new ConnectorTest();
     $this->collection = $test->testCollection();
     $facade = new Provider($this->collection);
     $this->repo = $facade->createRepository($this->createBuilder());
 }