Files
rainloop-webmail-mirror/tests/bootstrap.php
2016-05-20 22:02:39 +03:00

7 lines
131 B
PHP

<?php
define('TEST_DATA_FOLDER', __DIR__.'/_data');
$_ENV['RAINLOOP_INCLUDE_AS_API'] = true;
include __DIR__.'/../index.php';