ttrss/tests/autoload.php

6 lines
125 B
PHP

<?php
set_include_path(dirname(__DIR__) ."/include" . PATH_SEPARATOR .
get_include_path());
require_once "autoload.php";