[ Index ]

PHP Cross Reference of GlotPress

title

Body

[close]

/t/ -> init.php (source)

   1  <?php
   2  require_once 'PHPUnit/Autoload.php';
   3  
   4  define( 'GP_CONFIG_FILE', dirname( __FILE__ ) . '/unittests-config.php' );
   5  
   6  if ( !isset( $_SERVER['SERVER_PROTOCOL'] ) ) {
   7      $_SERVER['SERVER_PROTOCOL'] = 'HTTP/1.1';
   8  }
   9  
  10  require_once dirname( __FILE__ ) . '/../gp-load.php';
  11  
  12  require dirname( __FILE__ ) . '/lib/testcase.php';
  13  require dirname( __FILE__ ) . '/lib/testcase-route.php';
  14  require dirname( __FILE__ ) . '/lib/testcase-request.php';


Generated: Thu May 24 03:59:35 2012 Hosted by follow the white rabbit.