public function setUp()
 {
     parent::setUp();
     $this->tplans = TableRegistry::get('Tplans');
     $this->tplansFixture = new TplansFixture();
     $this->tplanElementsFixture = new TplanElementsFixture();
 }
 public function setUp()
 {
     parent::setUp();
     $this->sections = TableRegistry::get('Sections');
     $this->sectionsFixture = new SectionsFixture();
     $this->studentsFixture = new StudentsFixture();
 }
예제 #3
0
 public function setUp()
 {
     parent::setUp();
     $this->Books = TableRegistry::get('Books');
     $this->Transactions = TableRegistry::get('Transactions');
     $this->transactionsFixture = new TransactionsFixture();
 }
 public function setUp()
 {
     parent::setUp();
     $this->clazzes = TableRegistry::get('Clazzes');
     $this->sections = TableRegistry::get('Sections');
     $this->clazzesFixture = new ClazzesFixture();
     $this->sectionsFixture = new SectionsFixture();
 }
예제 #5
0
 public function setUp()
 {
     parent::setUp();
     $this->Accounts = TableRegistry::get('Accounts');
     $this->Books = TableRegistry::get('Books');
     $this->Categories = TableRegistry::get('Categories');
     $this->accountsFixture = new AccountsFixture();
 }
 public function setUp()
 {
     parent::setUp();
     $this->cohorts = TableRegistry::get('Cohorts');
     $this->majors = TableRegistry::get('Majors');
     $this->cohortsFixture = new CohortsFixture();
     $this->majorsFixture = new MajorsFixture();
 }
 public function setUp()
 {
     parent::setUp();
     $this->clazzes = TableRegistry::get('Clazzes');
     $this->interactions = TableRegistry::get('Interactions');
     $this->students = TableRegistry::get('Students');
     $this->clazzesFixture = new ClazzesFixture();
     $this->itypesFixture = new ItypesFixture();
     $this->interactionsFixture = new InteractionsFixture();
     $this->studentsFixture = new StudentsFixture();
 }
예제 #8
0
 public function setUp()
 {
     parent::setUp();
     $this->Accounts = TableRegistry::get('Accounts');
     $this->Books = TableRegistry::get('Books');
     $this->Distributions = TableRegistry::get('Distributions');
     $this->Transactions = TableRegistry::get('Transactions');
     $this->distributionsFixture = new DistributionsFixture();
     //$this->accountsFixture = new accountsFixture();
     //$this->currenciesFixture = new currenciesFixture();
 }
 public function setUp()
 {
     parent::setUp();
     $this->clazzes = TableRegistry::get('Clazzes');
     $this->cohorts = TableRegistry::get('Cohorts');
     $this->sections = TableRegistry::get('Sections');
     $this->semesters = TableRegistry::get('Semesters');
     $this->teachers = TableRegistry::get('Teachers');
     $this->clazzesFixture = new ClazzesFixture();
     $this->sectionsFixture = new SectionsFixture();
     $this->semestersFixture = new SemestersFixture();
     $this->subjectsFixture = new SubjectsFixture();
     $this->teachersFixture = new TeachersFixture();
     $this->tplansFixture = new TplansFixture();
 }
 public function setUp()
 {
     parent::setUp();
     $this->roles = TableRegistry::get('Roles');
     $this->rolesFixture = new RolesFixture();
 }
예제 #11
0
 public function setUp()
 {
     parent::setUp();
     $this->Books = TableRegistry::get('Books');
     $this->booksFixture = new BooksFixture();
 }
 public function setUp()
 {
     parent::setUp();
     $this->teachers = TableRegistry::get('Teachers');
     $this->teachersFixture = new TeachersFixture();
 }
 public function setUp()
 {
     parent::setUp();
     $this->itypes = TableRegistry::get('Itypes');
     $this->itypesFixture = new ItypesFixture();
 }
 public function setUp()
 {
     parent::setUp();
     $this->users = TableRegistry::get('Users');
 }
예제 #15
0
 public function setUp()
 {
     parent::setUp();
     $this->Currencies = TableRegistry::get('Currencies');
     $this->currenciesFixture = new CurrenciesFixture();
 }
 public function setUp()
 {
     parent::setUp();
     $this->Semesters = TableRegistry::get('Semesters');
     $this->semestersFixture = new SemestersFixture();
 }
 public function setUp()
 {
     parent::setUp();
     $this->subjects = TableRegistry::get('Subjects');
     $this->subjectsFixture = new SubjectsFixture();
 }
예제 #18
0
 public function setUp()
 {
     parent::setUp();
     $this->Categories = TableRegistry::get('Categories');
     $this->categoriesFixture = new CategoriesFixture();
 }