mirror of
https://github.com/friendica/friendica
synced 2024-11-11 23:02:54 +00:00
13 lines
140 B
PHP
13 lines
140 B
PHP
|
<?php
|
||
|
|
||
|
// private class for unit testing
|
||
|
|
||
|
class HTMLPurifier_Language_en_x_test extends HTMLPurifier_Language
|
||
|
{
|
||
|
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
// vim: et sw=4 sts=4
|