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

	require_once "autoload.php";