Stud.IP  4.2 Revision
bootstrap.php File Reference

Variables

if(version_compare(phpversion(), '5.4', '>=')) $inc_path = ini_get('include_path')
 
const TEST_FIXTURES_PATH dirname(dirname(__FILE__)) . "/fixtures/"
 
 $STUDIP_BASE_PATH = realpath(dirname(__FILE__) . '/../..')
 
 $yaml = new \sfYamlParser()
 
 $config = $yaml->parse(file_get_contents(dirname(__FILE__) .'/../unit.suite.yml'))
 

Variable Documentation

◆ $config

$config = $yaml->parse(file_get_contents(dirname(__FILE__) .'/../unit.suite.yml'))

◆ $inc_path

$inc_path = ini_get('include_path')

◆ $STUDIP_BASE_PATH

$STUDIP_BASE_PATH = realpath(dirname(__FILE__) . '/../..')

◆ $yaml

$yaml = new \sfYamlParser()

◆ TEST_FIXTURES_PATH

const TEST_FIXTURES_PATH dirname(dirname(__FILE__)) . "/fixtures/"