mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-10 07:38:41 +00:00
12 lines
132 B
PHP
12 lines
132 B
PHP
|
<?php
|
||
|
|
||
|
// private class for unit testing
|
||
|
|
||
|
class HTMLPurifier_Language_en_x_test extends HTMLPurifier_Language
|
||
|
{
|
||
|
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
?>
|