webadmin/tests/bootstrap.php

9 lines
197 B
PHP
Raw Permalink Normal View History

2017-06-22 12:48:15 +00:00
<?php
/**
* Test runner bootstrap.
*
* Add additional configuration/setup your application needs when running
* unit tests in this file.
*/
require dirname(__DIR__) . '/config/bootstrap.php';