Example #1
0
<?php

require __DIR__ . '/../src/testing.php';
require __DIR__ . '/config.php';
AgaviPhpUnitCli::dispatch($_SERVER['argv']);
Example #2
0
 /**
  * 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);
 }