ILIAS  release_8 Revision v8.24
ilNotificationsBaseTest.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
21use PHPUnit\Framework\TestCase;
22
26abstract class ilNotificationsBaseTest extends TestCase
27{
28}