mirror of
https://github.com/moodle/moodle.git
synced 2025-07-10 00:46:32 +02:00
12 lines
130 B
PHP
12 lines
130 B
PHP
<?php
|
|
|
|
// private class for unit testing
|
|
|
|
class HTMLPurifier_Language_en_x_test extends HTMLPurifier_Language
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|