perfmon.test.php in Performance monitor 7
Same filename and directory in other branches
Simple bootstrap drupal for test.
File
perfmon.test.phpView source
<?php
/**
* @file
* Simple bootstrap drupal for test.
*/
define('DRUPAL_ROOT', $_SERVER['DOCUMENT_ROOT']);
require_once DRUPAL_ROOT . '/includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_DATABASE);
drupal_bootstrap(DRUPAL_BOOTSTRAP_SESSION);
Constants
Name | Description |
---|---|
DRUPAL_ROOT | @file Simple bootstrap drupal for test. |