tests: add stub autoloader, add a few more rewrite_relative tests
This commit is contained in:
6
tests/autoload.php
Normal file
6
tests/autoload.php
Normal 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";
|
||||
Reference in New Issue
Block a user