mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-27 16:48:47 +00:00
10 lines
146 B
PHP
10 lines
146 B
PHP
<?php
|
|
|
|
// private class for unit testing
|
|
|
|
class HTMLPurifier_Language_en_x_test extends HTMLPurifier_Language
|
|
{
|
|
}
|
|
|
|
// vim: et sw=4 sts=4
|