示例#1
0
 public function testSingletonApp()
 {
     $this->assertEquals($this->app, Application::instance());
 }
示例#2
0
文件: Tita.php 项目: titaphp/test-app
<?php

namespace App\Console;

require_once __DIR__ . '/../../bootstrap.php';
$app = \TitaPHP\Console\Application::instance();
$app->setConfigs($config);
$app->run();