mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-14 19:56:32 +00:00
9 lines
146 B
PHP
9 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
|