ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilSystemStylesDICMock.php
Go to the documentation of this file.
1<?php
2require_once("libs/composer/vendor/autoload.php");
3
4require_once("ilSystemStylesLanguageMock.php");
5
6
7
8/* Copyright (c) 2016 Timon Amstutz <timon.amstutz@ilub.unibe.ch> Extended GPL, see docs/LICENSE */
9
17 public function language() {
18 return new ilSystemStylesLanguageMock();
19 }
20}
An exception for terminatinating execution or to throw for unit testing.
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:12
Class ilSystemStylesDICMock.
Class ilSystemStylesLanguageMock.