mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 17:29:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10579 201d5d3c-b55e-5fd7-737f-ddc643e51545
15 lines
No EOL
382 B
PHP
15 lines
No EOL
382 B
PHP
--TEST--
|
|
DirectLex with domxml test
|
|
--SKIPIF--
|
|
<?php
|
|
if (!extension_loaded('dom')) {
|
|
echo "skip - dom not available";
|
|
} elseif (!extension_loaded('domxml')) {
|
|
echo "skip - domxml not loaded";
|
|
}
|
|
--FILE--
|
|
<?php
|
|
require '../library/HTMLPurifier.auto.php';
|
|
echo get_class(HTMLPurifier_Lexer::create(HTMLPurifier_Config::createDefault()));
|
|
--EXPECT--
|
|
HTMLPurifier_Lexer_DirectLex |