mirror of
https://github.com/moodle/moodle.git
synced 2025-07-19 05:11:33 +02: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
|