Files
server/usr/share/psa-pear/pear/tests/Structures_Graph/tests/helper.inc
2026-01-07 20:52:11 +01:00

11 lines
360 B
PHP

<?php
if ('/usr/share/psa-pear/pear/php' == '@'.'php_dir'.'@') {
// This package hasn't been installed.
// Adjust path to ensure includes find files in working directory.
set_include_path(dirname(dirname(__FILE__))
. PATH_SEPARATOR . dirname(__FILE__)
. PATH_SEPARATOR . get_include_path());
}
require_once 'Structures/Graph.php';