1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-30 19:00:10 +02:00

Adds PHP 7.3 to Travis (#214)

* Adds PHP 7.3 to Travis

* Fix tests for PHP 7.3
This commit is contained in:
Lukas Neumann
2019-07-14 19:10:24 +02:00
committed by Edward Z. Yang
parent f03e1a2c48
commit 5a90c92d83
4 changed files with 6 additions and 1 deletions

View File

@@ -8,4 +8,6 @@ $messages = array(
'HTMLPurifier' => 'HTML Purifier X'
);
$errorNames = array();
// vim: et sw=4 sts=4

View File

@@ -9,4 +9,6 @@ $messages = array(
'HTMLPurifier' => 'HTML Purifier XNone'
);
$errorNames = array();
// vim: et sw=4 sts=4