Ejemplo n.º 1
0
 public function setUp()
 {
     $this->cache = new \MongoObject\NullCache(null);
     parent::setUp();
 }
Ejemplo n.º 2
0
 public function setUp()
 {
     parent::setUp();
     $this->migrate();
 }
Ejemplo n.º 3
0
 public function setUp()
 {
     parent::setUp();
     $this->resource = $this->client->getStarterResource();
 }
 function setUp()
 {
     parent::setUp();
     $this->array_1 = array('one' => '1', 'two' => '2', 3 => '3', 'null-index' => null, 'zero-index' => 0, 'zero-string-index' => '0', 'false-index' => false);
 }
 public function setUp()
 {
     parent::setUp();
     $this->resource = $this->client->getVeranstaltungResource();
 }
Ejemplo n.º 6
0
 public function setUp()
 {
     parent::setUp();
     $this->service = new Service();
 }
Ejemplo n.º 7
0
 /**
  * Should migrate.
  */
 public function setUp()
 {
     parent::setUp();
     $this->migrate([$this->stubsPath('database/migrations'), $this->resourcePath('migrations')]);
 }
Ejemplo n.º 8
0
 public function setUp()
 {
     parent::setUp();
     $this->client = new Client();
 }