Exemple #1
0
 private function start()
 {
     if (empty($config)) {
         $this->configWrite();
     }
     DfApp::start($this->config, 'test/data');
     $this->assertEquals(DfApp::getPath(), $this->config['app_path']);
     $this->assertEquals(DfApp::getPath(true), $this->config['app_path'] . "/");
 }