1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-11 16:44:59 +02:00

Add one more test for SPL autoload defaults.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
This commit is contained in:
Edward Z. Yang
2011-12-25 02:58:51 -05:00
parent 94c15d1f56
commit d45e11cc6b
2 changed files with 28 additions and 0 deletions

3
tests/default_load.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
class default_load { }
echo "Default loaded\n";