PATH:
home
/
letacommog
/
crmleta
/
consumerportal
/
include
/
htmlpurify
/
tests
/
HTMLPurifier
/
AttrTransform
<?php class HTMLPurifier_AttrTransform_BdoDirTest extends HTMLPurifier_AttrTransformHarness { function setUp() { parent::setUp(); $this->obj = new HTMLPurifier_AttrTransform_BdoDir(); } function testAddDefaultDir() { $this->assertResult( array(), array('dir' => 'ltr') ); } function testPreserveExistingDir() { $this->assertResult( array('dir' => 'rtl') ); } function testAlternateDefault() { $this->config->set('Attr.DefaultTextDir', 'rtl'); $this->assertResult( array(), array('dir' => 'rtl') ); } } // vim: et sw=4 sts=4
[+]
..
[-] NameTest.php
[edit]
[-] ImgSpaceTest.php
[edit]
[-] NameSyncTest.php
[edit]
[-] BoolToCSSTest.php
[edit]
[-] BdoDirTest.php
[edit]
[-] BackgroundTest.php
[edit]
[-] LangTest.php
[edit]
[-] BorderTest.php
[edit]
[-] LengthTest.php
[edit]
[-] ImgRequiredTest.php
[edit]
[-] InputTest.php
[edit]
[-] EnumToCSSTest.php
[edit]
[-] BgColorTest.php
[edit]