Esempio n. 1
0
 protected function setUp()
 {
     $connector = new \tests\Yuurei\Persistence\ConnectorTest();
     $this->collection = $connector->testCollection();
     $facade = new \Trismegiste\Yuurei\Facade\Provider($this->collection);
     $this->invocation = $facade->createRepository(new Invocation());
 }
Esempio n. 2
0
 protected function setUp()
 {
     $connector = new \tests\Yuurei\Persistence\ConnectorTest();
     $this->collection = $connector->testCollection();
     $facade = new Provider($this->collection);
     $this->repo = $facade->createRepository($this->createStage());
 }