summaryrefslogtreecommitdiff
path: root/tests/autoload.php
blob: 1fb33424e2abe23943f4f898c43ad1944ef14eb5 (plain)
1
2
3
4
5
6
<?php
	set_include_path(dirname(__DIR__) ."/include" . PATH_SEPARATOR .
	get_include_path());

	require_once "autoload.php";
	require_once "functions.php";