ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilSystemStyleDICMock.php
Go to the documentation of this file.
1 <?php
2 require_once("libs/composer/vendor/autoload.php");
3 
4 require_once("ilSystemStyleLanguageMock.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 ilSystemStyleLanguageMock();
19  }
20 }
Class ilLanguageMock.
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:12
Class ilSystemStylesLanguageMock.