streams/tests/bootstrap.php

10 lines
188 B
PHP
Raw Normal View History

<?php
set_include_path(
'../include' . PATH_SEPARATOR
. '../library' . PATH_SEPARATOR
2024-03-22 18:05:40 +00:00
. '../' . PATH_SEPARATOR . './'
);
define('\UNIT_TESTING', 1);
2024-03-09 05:28:05 +00:00
require_once('boot.php');