mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-10 15:48:42 +00:00
5a90c92d83
* Adds PHP 7.3 to Travis * Fix tests for PHP 7.3
14 lines
195 B
PHP
14 lines
195 B
PHP
<?php
|
|
|
|
// private language message file for unit testing purposes
|
|
|
|
$fallback = 'en';
|
|
|
|
$messages = array(
|
|
'HTMLPurifier' => 'HTML Purifier X'
|
|
);
|
|
|
|
$errorNames = array();
|
|
|
|
// vim: et sw=4 sts=4
|