You are here

perfmon.test.php in Performance monitor 7

Same filename and directory in other branches
  1. 8 perfmon.test.php

Simple bootstrap drupal for test.

File

perfmon.test.php
View 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

Namesort descending Description
DRUPAL_ROOT @file Simple bootstrap drupal for test.