/shrimptest.php

Description

ShrimpTest bootstrapper

This file sets up some constants and initializes the $shrimp global instance of ShrimpTest.

  • author: mitcho (Michael Yoshitaka Erlewine) <mitcho@mitcho.com>, Automattic
  • version: 1.0b1
  • license: GPLv2
Includes
require_once (SHRIMPTEST_DIR.'/template-tags.php') (line 63)

Load the low-level "template tags", for use by plugins and themes, together with a "manual" variant type or metric type.

require_once (SHRIMPTEST_DIR.'/classes/core.php') (line 40)

Load the ShrimpTest Core class file

Constants
SHRIMPTEST_CLASS = 'ShrimpTest' (line 48)

If not defined already, set to be "ShrimpTest". This mechanism enables low-level ShrimpTest modifications/repackaging to load before this file, set this constant to be a different value, and get that loaded as $shrimp.

SHRIMPTEST_DIR = dirname($plugin) (line 26)

the filesystem path to ShrimpTest

SHRIMPTEST_URL = plugin_dir_url($plugin) (line 30)

the URL path to ShrimpTest

SHRIMPTEST_VERSION = '1.0b1' (line 35)

ShrimpTest version number

Variables
object $shrimp (line 55)

ShrimpTest global instance variable

Documentation generated on Sat, 04 Sep 2010 23:40:58 -0400 by phpDocumentor 1.4.3