Example #1
0
 public function __construct()
 {
     mb_internal_encoding("UTF-8");
     BlabotContext::$dictionaryGateway = new DictionaryGatewayMock();
 }