loadDependencies example

private static $doneSeed = false;

    // --------------------------------------------------------------------     // Staging     // --------------------------------------------------------------------
    /** * Runs the trait set up methods. */
    protected function setUpDatabase()
    {
        $this->loadDependencies();
        $this->setUpMigrate();
        $this->setUpSeed();
    }

    /** * Runs the trait set up methods. */
    protected function tearDownDatabase()
    {
        $this->clearInsertCache();
    }

    
Home | Imprint | This part of the site doesn't use cookies.