示例#1
0
 public function setUp()
 {
     parent::setUp();
     $this->fixture = $this->tacit->container->get('repository');
 }
示例#2
0
 protected function setUp()
 {
     parent::setUp();
     $this->tacit->config('tacit.identitiesFile', __DIR__ . '/../../../identities.php');
     require __DIR__ . '/../../../routes.php';
 }