PHPIDS | ||||
![]() | ||||
|
||||
![]() |
Coverage | ||||||||||||
Classes | Methods | Lines | ||||||||||
Total |
|
100.00% | 1 / 1 |
|
100.00% | 0 / 0 |
|
100.00% | 1 / 1 | |||
HTMLPurifier_HTMLModule_XMLCommonAttributes |
|
100.00% | 1 / 1 |
|
100.00% | 0 / 0 |
|
100.00% | 1 / 1 |
1 : <?php 2 : 3 1 : class HTMLPurifier_HTMLModule_XMLCommonAttributes extends HTMLPurifier_HTMLModule 4 : { 5 : public $name = 'XMLCommonAttributes'; 6 : 7 : public $attr_collections = array( 8 : 'Lang' => array( 9 : 'xml:lang' => 'LanguageCode', 10 : ) 11 : ); 12 : } 13 : |
![]() |
Generated by PHPUnit 3.2.20 and Xdebug 2.0.3 at Sat Jun 7 16:15:42 CEST 2008. |