コード例 #1
0
ファイル: TestApp.php プロジェクト: phpassert/phpassert
 function beforeMethod()
 {
     $this->app = getApp();
 }
コード例 #2
0
 function beforeMethod()
 {
     $this->app = getApp();
     $this->command = $this->app->get('test');
 }