tests: add stub autoloader, add a few more rewrite_relative tests

This commit is contained in:
Andrew Dolgov
2022-03-22 14:32:32 +03:00
parent 1c4f7ab3b8
commit e35a4a1306
4 changed files with 27 additions and 17 deletions

6
tests/autoload.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
set_include_path(dirname(__DIR__) ."/include" . PATH_SEPARATOR .
get_include_path());
require_once "autoload.php";
require_once "functions.php";