1<?php
2/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4/**
5 * @author  Niels Theen <ntheen@databay.de>
6 */
7
8namespace ILIAS\Tests\Refinery;
9
10use PHPUnit\Framework\TestCase as PHPUnitTestCase;
11
12require_once('./libs/composer/vendor/autoload.php');
13
14abstract class TestCase extends PHPUnitTestCase
15{
16}
17