コード例 #1
0
ファイル: run-tests.php プロジェクト: horros/agavi
<?php

require __DIR__ . '/../src/testing.php';
require __DIR__ . '/config.php';
AgaviPhpUnitCli::dispatch($_SERVER['argv']);
コード例 #2
0
ファイル: AgaviTesting.class.php プロジェクト: horros/agavi
 /**
  * Startup the Agavi core
  *
  * @param      string environment the environment to use for this session.
  *
  * @author     Felix Gilcher <*****@*****.**>
  * @since      1.0.0
  * @deprecated 1.1.0 Use AgaviPhpUnitCli
  */
 public static function bootstrap($environment = null)
 {
     AgaviPhpUnitCli::bootstrap($environment);
 }