ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ilSystemStyleDICMock.php
Go to the documentation of this file.
1<?php
2require_once("libs/composer/vendor/autoload.php");
3
4require_once("ilSystemStyleLanguageMock.php");
5require_once("ilSystemStyleLoggerMock.php");
6
7
8
9/* Copyright (c) 2016 Timon Amstutz <timon.amstutz@ilub.unibe.ch> Extended GPL, see docs/LICENSE */
10
15{
19 public function language()
20 {
21 return new ilSystemStyleLanguageMock();
22 }
23
27 public function logger()
28 {
29 return new ilSystemStyleLoggerMock();
30 }
31}
An exception for terminatinating execution or to throw for unit testing.
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:18
Class ilLanguageMock.
Class ilSystemStylesLanguageMock.
Class ilSystemStyleLoggerMock.