| [ Index ] |
PHP Cross Reference of GlotPress |
[Summary view] [Print] [Text view]
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';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu May 24 03:59:35 2012 | Hosted by follow the white rabbit. |